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