1.2.5.11 ADP_DATA_NOTIFICATIONS Struct

C

typedef struct
{
    ADP_DATA_CFM_CALLBACK              dataConfirm;
    ADP_DATA_IND_CALLBACK              dataIndication;
} ADP_DATA_NOTIFICATIONS;

Summary

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

Description

Defines the set of callback functions that ADP uses to generate data 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.