gos_udp_client_config_t Struct Reference

UDP client connection configuration. More...

Data Fields

uint16_t remote_port
The remote UDP server port.
uint16_t local_port
The local UDP port, optional, leave as 0 to use any available port.
const char * host
The remote UDP servr domain name or IP address.
gos_interface_t interface
The network interface, see gos_interface_t .
gos_gpio_t gpio
GPIO to assert when connect has data to read, optional, set as GOS_GPIO_INVALID if not used.

Detailed Description

UDP client connection configuration.