1.2.5.13 ADP_MANAGEMENT_NOTIFICATIONS Struct

C

typedef struct
{
    ADP_DISCOVERY_CFM_CALLBACK         discoveryConfirm;
    ADP_DISCOVERY_IND_CALLBACK         discoveryIndication;
    ADP_NETWORK_START_CFM_CALLBACK     networkStartConfirm;
    ADP_RESET_CFM_CALLBACK             resetConfirm;
    ADP_SET_CFM_CALLBACK               setConfirm;
    ADP_MAC_SET_CFM_CALLBACK           macSetConfirm;
    ADP_GET_CFM_CALLBACK               getConfirm;
    ADP_MAC_GET_CFM_CALLBACK           macGetConfirm;
    ADP_ROUTE_DISCOVERY_CFM_CALLBACK   routeDiscoveryConfirm;
    ADP_PATH_DISCOVERY_CFM_CALLBACK    pathDiscoveryConfirm;
    ADP_NETWORK_STATUS_IND_CALLBACK    networkStatusIndication;
    ADP_PREQ_IND_CALLBACK              preqIndication;
    ADP_NON_VOLATILE_DATA_IND_CALLBACK nonVolatileDataIndication;
    ADP_ROUTE_NOT_FOUND_IND_CALLBACK   routeNotFoundIndication;
    ADP_BUFFER_IND_CALLBACK            bufferIndication;
} ADP_MANAGEMENT_NOTIFICATIONS;

Summary

Set of event handler function pointers to receive management events from ADP.

Description

Defines the set of callback functions that ADP uses to generate management events to upper layer.

Field description:

Remarks

In case an event is to be ignored, setting its corresponding callback function to NULL will lead to the event not being generated.