NetworkKey
data class NetworkKey(val index: KeyIndex, val key: ByteArray, val name: String = "NetKey ", val phase: KeyRefreshPhase = KeyRefreshPhase.NORMAL) : MeshKey
Network Key shared by all nodes in a (sub)net.
Constructors
Link copied to clipboard
constructor(index: KeyIndex, key: ByteArray, name: String = "NetKey ", phase: KeyRefreshPhase = KeyRefreshPhase.NORMAL)