nRF5 SDK  v15.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
pal_socket Struct Reference

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.
 

Detailed Description

This structure contains socket communication data.


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