CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
WiFi Socket Protocol definitions

WiFi Socket Protocol definitions. More...

Macros

#define ARM_SOCKET_IPPROTO_TCP   1
 TCP.
 
#define ARM_SOCKET_IPPROTO_UDP   2
 UDP.
 

Description

WiFi Socket Protocol definitions.

The WiFi Socket Protocol specifies the Internet Protocol Type that the socket is using.

Macro Definition Documentation

◆ ARM_SOCKET_IPPROTO_TCP

#define ARM_SOCKET_IPPROTO_TCP   1

TCP.

Transmission Control Protocol.

◆ ARM_SOCKET_IPPROTO_UDP

#define ARM_SOCKET_IPPROTO_UDP   2

UDP.

User Datagram Protocol.