Function |
|
Put a Node back to the list of bonded Nodes by the Coordinator |
Purpose |
|
Include the Node to the network again on the Coordinator side |
Syntax |
|
bit rebondNode(uns8 address) |
Parameters |
|
address: Node number |
Return value |
|
Reserved for future OS versions |
Output values |
|
• Information about rebonding is recorded in EEPROM. • The isBondedNode function returns TRUE if the Node is in the list of bonded nodes. The Node is not affected at all. |
Preconditions |
|
• For IQMESH Coordinator only. (setCoordinatorMode must be called first.) • Avoid rebonding a Node that has never been bonded before. |
Remarks |
|
removeBondedNode and rebondNode relate to Coordinator only and removeBond relates to Node only. The other side is not informed by OS about changes made by these functions. If synchronization is needed it should be done by the application. |
Side effects |
|
– |
See also |
|
|
Example |
|
rebondNode(28); // Coordinator assumes Node #28 to be // back in the network from now on |