client-c  0.8.1
kaa_bootstrap_manager.h
Go to the documentation of this file.
1 
24 #ifndef KAA_BOOTSTRAP_MANAGER_H_
25 #define KAA_BOOTSTRAP_MANAGER_H_
26 
27 #include <stdbool.h>
28 #include "kaa_error.h"
29 #include "kaa_common.h"
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 
37 #ifndef KAA_BOOTSTRAP_MANAGER_T
38 # define KAA_BOOTSTRAP_MANAGER_T
40 #endif
41 
42 
43 
44 typedef enum {
48 
49 
50 
62  , kaa_transport_protocol_id_t *protocol_id
63  , kaa_server_type_t type);
64 
65 #ifdef __cplusplus
66 } /* extern "C" */
67 #endif
68 #endif /* KAA_BOOTSTRAP_MANAGER_H_ */
kaa_server_type_t
Identifier used to uniquely represent transport protocol.
Definition: kaa_common.h:70
Common C EP SDK definitions and small utilities.
kaa_error_t
Definition: kaa_error.h:31
Kaa error codes.
struct kaa_bootstrap_manager_t kaa_bootstrap_manager_t
Definition: kaa_context.h:45
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.