ZPS_vSetOverrideLocalIeeeAddr
void ZPS_vSetOverrideLocalIeeeAddr(
uint64 *pu64Address);
Description
This function can be used to over-ride the 64-bit IEEE (MAC) address of the device where this address is stored locally in the index sector of Flash memory.
Note: If required, this function must be called before the ZigBee PRO stack is initialized.
Parent topic:ZPS_vSetOverrideLocalIeeeAddr
Parameters
pu64Address Pointer to the 64-bit IEEE MAC address
Note: The stack stores a pointer to pu64Address
and does not take a copy of the address. The memory pointed to by pu64Address
must therefore be static or constant, and must not be on the CPU stack.
Parent topic:ZPS_vSetOverrideLocalIeeeAddr
Parent topic:Addressing functions