![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
This structure contains socket communication data. More...
#include <pal_socket.h>
Data Fields | |
struct udp_pcb * | pcbTx |
UDP structure Tx. | |
struct udp_pcb * | pcbRx |
UDP structure Rx. | |
ip_addr_t | sIPAddress |
pal_socket_event_listener | pfListen |
Function pointer to hold receive callback. | |
uint16_t | wPort |
Port for UDP communication. | |
uint16_t | wTimeout |
Transport Layer Timeout. | |
uint8_t | bMode |
Enumeration to indicate Blocking or Non blocking. | |
This structure contains socket communication data.