1.3.5.3.32 MAC_LEAVE_INDICATION_CB Function Pointer

C

typedef void (*MAC_LEAVE_INDICATION_CB)(uint16_t conHandle, uint8_t *eui48);

Summary

Callback function pointer for the MAC leave indication.

Description

This callback is used for the MAC leave indication.
  • conHandle - Unique identifier of the connection
  • eui48 - Pointer to the address of the node to remove from the multicast group (only valid in base node)

Remarks

None.