openD unified API  1.0.0
opend_mgmt_types.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 
30 #ifndef __OPEND_MGMT_TYPES_H__
31 #define __OPEND_MGMT_TYPES_H__
32 
33 #include "opend_dataTypes.h"
34 
38 typedef enum openD_mgmtApi_service {
64 
68 typedef enum openD_mgmtApi_dectMode {
86 
90 typedef struct mgmtApiInd_keepAlive {
96 
100 typedef struct openD_mgmtApiReq {
104  openD_mgmtApi_service_t service;
108  union {
112  openD_mgmtApi_dectMode_t dectMode;
113  } param;
115 
119 typedef struct openD_mgmtApiCfm {
123  openD_mgmtApi_service_t service;
129 
133 typedef struct openD_mgmtApiInd {
137  openD_mgmtApi_service_t service;
138 
142  union {
146  mgmtApiInd_keepAlive_t keepAlive;
147  } param;
149 
152 #endif /* __OPEND_MGMT_TYPES_H__ */
153 #ifdef __cplusplus
154 }
155 #endif
Definition: opend_mgmt_types.h:62
struct openD_mgmtApiCfm openD_mgmtApiCfm_t
openD_status_t
Definition: opend_dataTypes.h:62
enum openD_mgmtApi_service openD_mgmtApi_service_t
struct openD_mgmtApiInd openD_mgmtApiInd_t
Definition: opend_mgmt_types.h:42
struct openD_mgmtApiReq openD_mgmtApiReq_t
Definition: opend_mgmt_types.h:80
Definition: opend_mgmt_types.h:50
openD_mgmtApi_service_t service
Definition: opend_mgmt_types.h:137
openD_mgmtApi_service_t service
Definition: opend_mgmt_types.h:123
pmid_t pmid
Definition: opend_mgmt_types.h:94
uint8_t pmid_t[3]
Definition: opend_dataTypes.h:50
openD_status_t status
Definition: opend_mgmt_types.h:127
Definition: opend_mgmt_types.h:84
openD_mgmtApi_dectMode
Definition: opend_mgmt_types.h:68
Definition: opend_mgmt_types.h:46
Definition: opend_mgmt_types.h:100
Definition: opend_mgmt_types.h:54
Definition: opend_mgmt_types.h:72
Definition: opend_mgmt_types.h:76
openD_mgmtApi_service_t service
Definition: opend_mgmt_types.h:104
struct mgmtApiInd_keepAlive mgmtApiInd_keepAlive_t
Definition: opend_mgmt_types.h:133
Definition: opend_mgmt_types.h:58
Definition: opend_mgmt_types.h:90
Definition: opend_mgmt_types.h:119
openD data types.
enum openD_mgmtApi_dectMode openD_mgmtApi_dectMode_t
openD_mgmtApi_service
Definition: opend_mgmt_types.h:38