Function |
|
Change logical Node address to the universal one (0xFE). NID and Network password stay unchanged, therefore the Node still stays in the network. |
Purpose |
|
E.g. to enable subsequent change of the Node address by reauthorization. |
Syntax |
|
void removeBondAddress() |
Parameters |
|
– |
Return value |
|
– |
Output values |
|
Information about removing the bond address is recorded in EEPROM. |
Preconditions |
|
For IQMESH Node only (setNodeMode must be called first). |
Remarks |
|
• removeBondAddress relates to the Node only. The other side is not informed by OS about changes made by this function. If synchronization is needed it should be done by the application. • To enable possible reauthorization, it is recommended to save the MID of the given Node by the application first. |
Side effects |
|
– |
See also |
|
|
Example |
|
removeBondAddress(); // Change current logical address to universal address |