FreeRTOS
|
Options for the lType parameter of SOCKETS_Socket() function. More...
Macros | |
#define | SOCKETS_SOCK_DGRAM ( 2 ) |
#define | SOCKETS_SOCK_STREAM ( 1 ) |
Options for the lType parameter of SOCKETS_Socket() function.
These specify the communication semantics.
#define SOCKETS_SOCK_DGRAM ( 2 ) |
Datagram.
Definition at line 128 of file aws_secure_sockets.h.
#define SOCKETS_SOCK_STREAM ( 1 ) |
Byte-stream.
Definition at line 129 of file aws_secure_sockets.h.