ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
UDP_CONFIG_T Struct Reference

UDP endpoint configuration. More...

#include <w5500_driver.h>

Data Fields

uint8_t ip_address [4]
 
uint16_t port
 

Detailed Description

UDP endpoint configuration.

Definition at line 60 of file w5500_driver.h.

Field Documentation

◆ ip_address

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().

◆ port

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().


The documentation for this struct was generated from the following file: