1.3.5.6.41 BMNG_CALLBACKS Struct

C

typedef struct {
     BMNG_FUP_ACK_CB fup_ack;
     BMNG_FUP_STATUS_INDICATION_CB fup_status_ind;
     BMNG_FUP_VERSION_INDICATION_CB fup_version_ind;
     BMNG_FUP_KILL_INDICATION_CB fup_kill_ind;
     BMNG_NET_EVENT_INDICATION_CB network_event_ind;
     BMNG_PPROF_ACK_CB pprof_ack;
     BMNG_PPROF_GET_RESPONSE_CB pprof_get_response;
     BMNG_PPROF_GET_ENHANCED_RESPONSE_CB pprof_get_enhanced_response;
     BMNG_PPROF_GET_ZC_RESPONSE_CB pprof_get_zc_response;
     BMNG_PPROF_GET_ZC_DIFF_RESPONSE_CB pprof_zc_diff_response;
     BMNG_WHITELIST_ACK_CB whitelist_ack;
} BMNG_CALLBACKS;

Summary

Defines the callbacks to handle the Base Management.

Description

This structure defines the callbacks to handle the Base Management.

Remarks

None.