nRF5 IoT SDK
v0.9.0
|
UDP socket reference. More...
#include <udp_api.h>
Data Fields | |
uint32_t | socket_id |
void * | p_app_data |
UDP socket reference.
void* udp6_socket_t::p_app_data |
Pointer to application data mapped by the application to the socket. If no mapping is provided by the application using the udp6_socket_app_data_set API, this pointer is NULL.
uint32_t udp6_socket_t::socket_id |
UDP socket identifier.