|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
UDP endpoint configuration. More...
#include <w5500_driver.h>
Data Fields | |
| uint8_t | ip_address [4] |
| uint16_t | port |
UDP endpoint configuration.
Definition at line 60 of file w5500_driver.h.
| uint8_t UDP_CONFIG_T::ip_address[4] |
IPv4 address.
Definition at line 63 of file w5500_driver.h.
Referenced by dump_config(), ev_get_net_settings(), ev_set_net_settings(), init_app(), w5500_poll_rx(), and w5500_udp_tx().
| uint16_t UDP_CONFIG_T::port |
UDP port in host byte order.
Definition at line 65 of file w5500_driver.h.
Referenced by dump_config(), ev_get_net_settings(), ev_set_net_settings(), init_app(), w5500_open_udp_socket(), w5500_poll_rx(), and w5500_udp_tx().