WiFi Socket Protocol definitions. More...
Macros | |
| #define | ARM_SOCKET_IPPROTO_TCP 1 | 
| TCP.   | |
| #define | ARM_SOCKET_IPPROTO_UDP 2 | 
| UDP.   | |
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.