PreviousNext
clearAllBonds
Help > OS functions > Bonding – Coordinator > clearAllBonds

Function

 

Remove all Nodes from the list of bonded Nodes by the Coordinator

Purpose

 

Excluding all Nodes from the network on the Coordinator side

Syntax

 

void clearAllBonds()

Parameters

 

  –

Return value

 

  –

Output values

 

•     Information about clearing is recorded in EEPROM.

•     The isBondedNode function returns FALSE if the Node is not in the list of bonded Nodes. Nodes are not affected at all.

Preconditions

 

•     For IQMESH Coordinator only.

•     clearAllBonds must be used to initialize serial EEPROM before creating the IQMESH network (before the first bonding).

Remarks

 

 –

Side effects

 

bufferINFO modified

See also

 

removeBondedNode

Example

 

clearAllBonds();         // Exclude all currently bonded nodes from the network