node
Returns the provisioner's node or null, if the provisioner is not a part of the network or does not have an address assigned.
Return
Null if the provisioner is not a part of the network or if the provisioner does not have an address assigned.
Parameters
Provisioner who's node is to be returned.
Returns the provisioned node for an unprovisioned device.
Return
provisioned Node matching the unprovisioned device.
Parameters
Unprovisioned node.
Returns the provisioned node containing an element with the given address.
Return
Node if an element with the given address was found, null otherwise.
Parameters
Address of the element.
Returns the provisioned node containing an element with the given mesh address.
Return
Node if an element with the given address was found, null otherwise.
Parameters
Mesh Address of the element.
Returns the node with the given uuid.
Return
Node
Parameters
matching UUID.
Returns the node with the given node identity.
Return
Node or null otherwise.
Parameters
Node identity.