isAddressAvailable

fun isAddressAvailable(address: UnicastAddress, elementCount: Int): Boolean

Checks if the address is available to be assigned to a node with the given number of elements or false otherwise.

Return

true if the address is available to be assigned to a node with given number of elements or false otherwise.

Parameters

address

Possible address of the primary element of the node.

elementCount

Element count.


Checks if the address is available to be assigned to a node with the given number of elements.

Return

true if the address is assignable to the given node or false otherwise.

Parameters

address

Possible address of the primary element of the node.

node

Node