FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
Cellular_common Enumerated types

Enumerated types of the cellular_common library. More...

Enumerations

enum  CellularSocketState_t { SOCKETSTATE_ALLOCATED = 0 , SOCKETSTATE_CONNECTING , SOCKETSTATE_CONNECTED , SOCKETSTATE_DISCONNECTED }
 enum representing different Socket State. More...
 

Detailed Description

Enumerated types of the cellular_common library.

Enumeration Type Documentation

◆ CellularSocketState_t

enum representing different Socket State.

Enumerator
SOCKETSTATE_ALLOCATED 

Socket is created.

SOCKETSTATE_CONNECTING 

Socket is connecting in progress with remote peer.

SOCKETSTATE_CONNECTED 

Socket is connected.

SOCKETSTATE_DISCONNECTED 

Socket is disconnected by remote peer or due to network error.