#include <opend_mgmt_api.h>
Public Attributes | |
void(* | openD_mgmtApiCfm )(openD_mgmtApiCfm_t *mConfirm) |
MgmtApi confirm primitive. More... | |
void(* | openD_mgmtApiInd )(openD_mgmtApiInd_t *mIndication) |
MgmtApi indication primitive. More... | |
openD MgmtApi primitives structure.
void( * openD_mgmtApiPrimitives::openD_mgmtApiCfm) (openD_mgmtApiCfm_t *mConfirm) |
MgmtApi confirm primitive.
mConfirm | Pointer of the management API confirm structure (openD_mgmtApiCfm_t). |
void( * openD_mgmtApiPrimitives::openD_mgmtApiInd) (openD_mgmtApiInd_t *mIndication) |
MgmtApi indication primitive.
mIndication | Pointer of the management API indication structure (openD_mgmtApiInd_t). |