ByNum

data class ByNum(val num: Int) : NodeAddress(source)

Address by numeric node number (the canonical mesh-level identifier).

Constructors

Link copied to clipboard
constructor(num: Int)

Properties

Link copied to clipboard
val num: Int

Functions

Link copied to clipboard
fun toContactKey(channel: Int): ContactKey

Build a ContactKey for this address on the given channel.

Link copied to clipboard

Convert back to the legacy string representation used in DataPacket.