client-c  0.7.0
kaa_bootstrap_manager.h File Reference
+ 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...
 

Enumeration Type Documentation

Enumerator
KAA_SERVER_BOOTSTRAP 
KAA_SERVER_OPERATIONS 

Definition at line 43 of file kaa_bootstrap_manager.h.

Function Documentation

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.

Parameters
[in]selfBootstrap manager.
[in]protocol_idTransport protocol id that failed access point belongs to.
[in]typeServer type that failed access point belongs to.
Returns
Error code.
See also
kaa_transport_protocol_id_t