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_initiate_stop_request_t Struct Reference
[Data type used to stop a transport of Cloud Connector]
This data structure is used on connector_initiate_transport_stop in Initiate Action API to stop a transport. More...
#include <connector_api.h>
Data Fields | |
| connector_transport_t | transport |
| Transport will be stopped:
| |
| connector_stop_condition_t | condition |
| Condition to stop the transport:
| |
| void * | user_context |
| User's defined context that will be passed to connector_request_id_status_stop_completed after the transport of Cloud Connector has stopped running. | |
Detailed Description
This data structure is used on connector_initiate_transport_stop in Initiate Action API to stop a transport.
Definition at line 474 of file connector_api.h.
Field Documentation
Condition to stop the transport:
Definition at line 482 of file connector_api.h.
Transport will be stopped:
Definition at line 476 of file connector_api.h.
| void* user_context |
User's defined context that will be passed to connector_request_id_status_stop_completed after the transport of Cloud Connector has stopped running.
Definition at line 486 of file connector_api.h.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2