IB_GetMACAddr Function
C
bool IB_GetMACAddr(uint8_t * p_addr);
Description
This routine will get ZB MAC Address from IB. If there exists MAC_ADDR IB, then it returns the MAC_ADDR stored in IB by p_Addr pointer and returns true (1). Otherwise, it returns false (0).
Parameters
Param | Description |
---|---|
uint8_t "p_Addr" | the pointer to the memory stores MAC_ADDR |
Returns
A boolean value, True means valid ZB MAC Address IB