1.2.5.15 ADP_NOTIFICATIONS_TO_LBP Struct

C

typedef struct
{
    ADP_LBP_CFM_CALLBACK               lbpConfirm;
    ADP_LBP_IND_CALLBACK               lbpIndication;
} ADP_NOTIFICATIONS_TO_LBP;

Summary

Set of event handler function pointers for LBP module to receive events from ADP.

Description

Defines the set of callback functions that ADP uses to generate events to LBP Module.

Field description:

Remarks

These Notifications are set and managed by the provided LBP Module. Application does not have to set or use them.