C
Description
This is the primary MiMAC interface for the protocol layer to set alternative network address and/or PAN identifier. This function call applies to only IEEE 802.15.4 compliant RF transceivers. In case alternative network address is not supported, this function will return FALSE.
Preconditions
MiMAC initialization has been done.
Parameters
Parameters |
Description |
BYTE * Address |
The alternative network address of the host device. |
BYTE * PANID |
The PAN identifier of the host device |
Returns
A boolean to indicates if setting alternative network address is successful.
Remarks
None
Example