1.3.5.6.38 BMNG_WHITELIST_REMOVE_REQUEST Function Pointer
C
typedef void (*BMNG_WHITELIST_REMOVE_REQUEST)(uint8_t cmd, uint8_t *eui48);
Summary
Function pointer to request to remove a node from the Whitelist.
Description
This data type contains the definition of the function pointer to remove a node from the Whitelist.
- cmd: Command to acknowledge
- eui48: Pointer to the address of the node to be removed
Remarks
The command is acknowledged with the Whitelist ACK callback.