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.
- external/infineon/include/pal_socket.h