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.

Remarks

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