zos_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. | |
zos_interface_t | interface |
The network interface, see zos_interface_t. | |
zos_gpio_t | gpio |
GPIO to assert when connect has data to read, optional, set as ZOS_GPIO_INVALID if not used. | |
Detailed Description
UDP client connection configuration.