Classes | |
struct | openD_mgmtApiPrimitives |
struct | mgmtApiInd_keepAlive |
struct | openD_mgmtApiReq |
union | openD_mgmtApiReq.param |
struct | openD_mgmtApiCfm |
struct | openD_mgmtApiInd |
union | openD_mgmtApiInd.param |
Macros | |
#define | __OPEND_MGMT_API_H__ |
#define | __OPEND_MGMT_TYPES_H__ |
Typedefs | |
typedef struct openD_mgmtApiPrimitives | openD_mgmtApiPrimitives_t |
typedef enum openD_mgmtApi_service | openD_mgmtApi_service_t |
typedef enum openD_mgmtApi_dectMode | openD_mgmtApi_dectMode_t |
typedef struct mgmtApiInd_keepAlive | mgmtApiInd_keepAlive_t |
typedef struct openD_mgmtApiReq | openD_mgmtApiReq_t |
typedef struct openD_mgmtApiCfm | openD_mgmtApiCfm_t |
typedef struct openD_mgmtApiInd | openD_mgmtApiInd_t |
Functions | |
openD_status_t | openD_mgmtApi_init (openD_mgmtApiPrimitives_t *mPrimitives) |
openD management API initialization. More... | |
openD_status_t | openD_mgmtApi_request (openD_mgmtApiReq_t *mRequest) |
openD management API request. More... | |
This module specifies the management API of openD connect.
This file defines the management types of openD connect.
struct mgmtApiInd_keepAlive |
openD MgmtApi indication keepAlive structure.
Class Members | ||
---|---|---|
pmid_t | pmid |
Portable part MAC Identity (PMID). |
struct openD_mgmtApiReq |
openD MgmtApi request structure.
Class Members | ||
---|---|---|
union openD_mgmtApiReq | param |
openD MgmtApi request parameters. |
openD_mgmtApi_service_t | service |
MgmtApi request service. |
union openD_mgmtApiReq.param |
openD MgmtApi request parameters.
Class Members | ||
---|---|---|
openD_mgmtApi_dectMode_t | dectMode |
MgmtApi parameters for a dectMode request. |
struct openD_mgmtApiCfm |
openD MgmtApi confirm structure.
Class Members | ||
---|---|---|
openD_mgmtApi_service_t | service |
MgmtApi confirm service. |
openD_status_t | status |
MgmtApi service status. |
struct openD_mgmtApiInd |
openD MgmtApi indication structure.
Class Members | ||
---|---|---|
union openD_mgmtApiInd | param |
openD MgmtApi indication parameters. |
openD_mgmtApi_service_t | service |
MgmtApi indication service. |
union openD_mgmtApiInd.param |
openD MgmtApi indication parameters.
Class Members | ||
---|---|---|
mgmtApiInd_keepAlive_t | keepAlive |
MgmtApi parameter for a keepAlive indication. |
#define __OPEND_MGMT_API_H__ |
#define __OPEND_MGMT_TYPES_H__ |
typedef struct mgmtApiInd_keepAlive mgmtApiInd_keepAlive_t |
openD MgmtApi indication keepAlive structure.
typedef enum openD_mgmtApi_dectMode openD_mgmtApi_dectMode_t |
openD MgmtApi DectModes.
typedef enum openD_mgmtApi_service openD_mgmtApi_service_t |
openD MgmtApi services.
typedef struct openD_mgmtApiCfm openD_mgmtApiCfm_t |
openD MgmtApi confirm structure.
typedef struct openD_mgmtApiInd openD_mgmtApiInd_t |
openD MgmtApi indication structure.
typedef struct openD_mgmtApiPrimitives openD_mgmtApiPrimitives_t |
openD MgmtApi primitives structure.
typedef struct openD_mgmtApiReq openD_mgmtApiReq_t |
openD MgmtApi request structure.
openD_status_t openD_mgmtApi_init | ( | openD_mgmtApiPrimitives_t * | mPrimitives | ) |
openD management API initialization.
mPrimitives | Pointer of the management API primitives structure (openD_mgmtApiPrimitives_t). |
Status | of the operation (openD_status_t). |
openD_status_t openD_mgmtApi_request | ( | openD_mgmtApiReq_t * | mRequest | ) |
openD management API request.
mRequest | Pointer of the management API request structure (openD_mgmtApiReq_t). |
Status | of the operation (openD_status_t). |