CMSIS-Driver
Version 2.8.0
Peripheral Interface for Middleware and Application Code
|
WiFi Socket Type definitions. More...
Macros | |
#define | ARM_SOCKET_SOCK_STREAM 1 |
Stream socket. More... | |
#define | ARM_SOCKET_SOCK_DGRAM 2 |
Datagram socket. More... | |
WiFi Socket Type definitions.
The WiFi Socket Type specifies the type of the WiFi socket.
#define ARM_SOCKET_SOCK_STREAM 1 |
Stream socket.
Stream Socket is connection-oriented, sequenced and reliable, implemented on top of the TCP protocol.
#define ARM_SOCKET_SOCK_DGRAM 2 |
Datagram socket.
Datagram Socket is connectionless, unreliable, using the UDP protocol.