1.3.5.3.29 MAC_LEAVE_REQUEST Function Pointer

C

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

Summary

Function pointer to request to leave a MAC multicast connection.

Description

This function pointer is used to request to leave a MAC multicast connection.
  • conHandle - Unique identifier of the connection (only used in base node)
  • eui48 - Pointer to the address of the node to be removed from the multicast group (only used in base node)

Remarks

None.