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

WiFi Socket Type definitions. More...

Macros

#define ARM_SOCKET_SOCK_STREAM   1
 Stream socket.
 
#define ARM_SOCKET_SOCK_DGRAM   2
 Datagram socket.
 

Description

WiFi Socket Type definitions.

The WiFi Socket Type specifies the type of the WiFi socket.

Macro Definition Documentation

◆ ARM_SOCKET_SOCK_STREAM

#define ARM_SOCKET_SOCK_STREAM   1

Stream socket.

Stream Socket is connection-oriented, sequenced and reliable, implemented on top of the TCP protocol.

◆ ARM_SOCKET_SOCK_DGRAM

#define ARM_SOCKET_SOCK_DGRAM   2

Datagram socket.

Datagram Socket is connectionless, unreliable, using the UDP protocol.