element

fun element(address: UShort): Element?

Returns the element with the given address.

Return

Element or null if not found.

Parameters

address

Address of the element.

Throws

If the address is invalid.


fun element(address: MeshAddress): Element?

Returns the element with the given address

Return

Element or null if not found.

Parameters

address

Address of the element.