CMSIS-Driver
Version 2.8.0
Peripheral Interface for Middleware and Application Code
|
WiFi Socket Protocol definitions. More...
Macros | |
#define | ARM_SOCKET_IPPROTO_TCP 1 |
TCP. More... | |
#define | ARM_SOCKET_IPPROTO_UDP 2 |
UDP. More... | |
WiFi Socket Protocol definitions.
The WiFi Socket Protocol specifies the Internet Protocol Type that the socket is using.
#define ARM_SOCKET_IPPROTO_TCP 1 |
TCP.
Transmission Control Protocol.
#define ARM_SOCKET_IPPROTO_UDP 2 |
UDP.
User Datagram Protocol.