1.2.5.91 LBP_NOTIFICATIONS_COORD Struct
C
typedef struct { LBP_COORD_JOIN_REQUEST_IND_CALLBACK joinRequestIndication; LBP_COORD_JOIN_COMPLETE_IND_CALLBACK joinCompleteIndication; LBP_COORD_LEAVE_IND_CALLBACK leaveIndication; } LBP_NOTIFICATIONS_COORD;
Summary
Set of event handler function pointers to receive events from LBP Coordinator.
Description
Defines the set of callback functions that LBP Coordinator uses to generate events to upper layer.
Field description:
joinRequestIndication. The Network Join Request Event Handler function. See LBP_COORD_JOIN_REQUEST_IND_CALLBACK.
joinCompleteIndication. The Network Join Confirm Event Handler function. See LBP_COORD_JOIN_COMPLETE_IND_CALLBACK.
leaveIndication. The Network Leave Indication Event Handler function. See LBP_COORD_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.