Error and status codes specific to socket API.
More...
|
|
|
#define
|
SOCKET_PORT_IN_USE
(IOT_SOCKET_ERR_BASE + 0x0040)
|
|
|
|
#define
|
SOCKET_NO_AVAILABLE_PORTS
(IOT_SOCKET_ERR_BASE + 0x0041)
|
|
|
|
#define
|
SOCKET_WOULD_BLOCK
(IOT_SOCKET_ERR_BASE + 0x0042)
|
|
|
|
#define
|
SOCKET_NO_MEM
(IOT_SOCKET_ERR_BASE + 0x0043)
|
|
|
|
#define
|
SOCKET_NO_ROUTE
(IOT_SOCKET_ERR_BASE + 0x0044)
|
|
|
|
#define
|
SOCKET_TIMEOUT
(IOT_SOCKET_ERR_BASE + 0x0045)
|
|
|
|
#define
|
SOCKET_INTERFACE_NOT_READY
(IOT_SOCKET_ERR_BASE + 0x0046)
|
|
|
|
#define
|
SOCKET_INVALID_PARAM
(IOT_SOCKET_ERR_BASE + 0x0047)
|
|
|
|
#define
|
SOCKET_UNSUPPORTED_PROTOCOL
(IOT_SOCKET_ERR_BASE + 0x0048)
|
|
|
|
#define
|
SOCKET_ADDRESS_IN_USE
(IOT_SOCKET_ERR_BASE + 0x0049)
|
|
|
|
#define
|
SOCKET_NOT_CONNECTED
(IOT_SOCKET_ERR_BASE + 0x0050)
|
|
|
Error and status codes specific to socket API.