Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2