openD unified API  1.0.0
opend_mgmt_api.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 
30 #ifndef __OPEND_MGMT_API_H__
31 #define __OPEND_MGMT_API_H__
32 
33 #include "opend_dataTypes.h"
34 #include "opend_mgmt_types.h"
35 
39 typedef struct openD_mgmtApiPrimitives {
45  void ( *openD_mgmtApiCfm )( openD_mgmtApiCfm_t *mConfirm );
51  void ( *openD_mgmtApiInd )( openD_mgmtApiInd_t *mIndication );
53 
62 
71 
72 
75 #endif /* __OPEND_MGMT_API_H__ */
76 #ifdef __cplusplus
77 }
78 #endif
openD_status_t
Definition: opend_dataTypes.h:62
openD_status_t openD_mgmtApi_init(openD_mgmtApiPrimitives_t *mPrimitives)
openD management API initialization.
struct openD_mgmtApiPrimitives openD_mgmtApiPrimitives_t
Definition: opend_mgmt_types.h:100
openD mgmt types.
Definition: opend_mgmt_api.h:39
openD_status_t openD_mgmtApi_request(openD_mgmtApiReq_t *mRequest)
openD management API request.
Definition: opend_mgmt_types.h:133
Definition: opend_mgmt_types.h:119
openD data types.