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.
Description
Defines the set of callback functions that LBP Device uses to generate events to upper layer.
Field description:
adpNetworkJoinConfirm. The Network Join Confirm Event Handler function. See LBP_ADP_NETWORK_JOIN_CFM_CALLBACK.
adpNetworkLeaveConfirm. The Network Leave Confirm Event Handler function. See LBP_ADP_NETWORK_LEAVE_CFM_CALLBACK.
adpNetworkLeaveIndication. The Network Leave Indication Event Handler function. See LBP_ADP_NETWORK_LEAVE_IND_CALLBACK.
Remarks
In case an event is to be ignored, setting its corresponding callback function to NULL will lead to the event not being generated.