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

« Back to documentation index

connector_network_close_t Struct Reference

connector_network_close_t Struct Reference
[Network Close Request]

Close request structure for connector_request_id_network_close callback which is called to close the connection to Device Cloud. More...

#include <connector_api_network.h>

Data Fields

connector_network_handle_t CONST handle
 Network handle associated with a connection through the connector_network_open callback.
connector_close_status_t CONST status
 Reason for closing the network handle.
connector_bool_t reconnect
 connector_true - reconnect, connector_false - don't reconnect

Detailed Description

Close request structure for connector_request_id_network_close callback which is called to close the connection to Device Cloud.

Definition at line 119 of file connector_api_network.h.


Field Documentation

Network handle associated with a connection through the connector_network_open callback.

Definition at line 120 of file connector_api_network.h.

connector_true - reconnect, connector_false - don't reconnect

Definition at line 123 of file connector_api_network.h.

Reason for closing the network handle.

Definition at line 121 of file connector_api_network.h.