1.2.5.77 LBP_NOTIFICATIONS_DEV Struct

C

typedef struct {
    LBP_ADP_NETWORK_JOIN_CFM_CALLBACK adpNetworkJoinConfirm;
    LBP_ADP_NETWORK_LEAVE_CFM_CALLBACK adpNetworkLeaveConfirm;
    LBP_ADP_NETWORK_LEAVE_IND_CALLBACK adpNetworkLeaveIndication;
} LBP_NOTIFICATIONS_DEV;

Summary

Set of event handler function pointers to receive events from LBP Device.

Remarks

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