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 will return the MAC_ADDR stored in IB. Otherwise, it returns FAILS (1))
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