Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

Status Reason Types

Status Reason Types

Enumerations

enum  connector_tcp_status_t { connector_tcp_communication_started, connector_tcp_keepalive_missed, connector_tcp_keepalive_restored }
 

TCP Status values.

More...

Enumeration Type Documentation

TCP Status values.

These status values are used for an event notification.

See also:
connector_status_tcp_status_t
Enumerator:
connector_tcp_communication_started 

Cloud Connector has established connection with Device Cloud and starts communicating.

connector_tcp_keepalive_missed 

Cloud Connector didn't receive a keep alive message within the specified keep alive interval tx_keepalive.

connector_tcp_keepalive_restored 

Cloud Connector received a keep alive message after a keep alive message was not received.

This is called after the callback has been previously notified with connector_miss_keepalive status.

Definition at line 243 of file connector_api.h.