NodeIdLookup

interface NodeIdLookup(source)

Interface for looking up Node IDs from Node Numbers.

Functions

Link copied to clipboard
abstract fun toNodeID(nodeNum: Int): String

Returns the Node ID (hex string) for the given nodeNum.