|
client-c
0.7.0
|
Include dependency graph for kaa_bootstrap_manager.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | kaa_server_type_t { KAA_SERVER_BOOTSTRAP = 0, KAA_SERVER_OPERATIONS = 1 } |
Functions | |
| kaa_error_t | kaa_bootstrap_manager_on_access_point_failed (kaa_bootstrap_manager_t *self, kaa_transport_protocol_id_t *protocol_id, kaa_server_type_t type) |
| Notifies some error has occurred while using an access point. More... | |
| enum kaa_server_type_t |
| Enumerator | |
|---|---|
| KAA_SERVER_BOOTSTRAP | |
| KAA_SERVER_OPERATIONS | |
Definition at line 43 of file kaa_bootstrap_manager.h.
| kaa_error_t kaa_bootstrap_manager_on_access_point_failed | ( | kaa_bootstrap_manager_t * | self, |
| kaa_transport_protocol_id_t * | protocol_id, | ||
| kaa_server_type_t | type | ||
| ) |
Notifies some error has occurred while using an access point.
| [in] | self | Bootstrap manager. |
| [in] | protocol_id | Transport protocol id that failed access point belongs to. |
| [in] | type | Server type that failed access point belongs to. |