PersistedNodeState

data class PersistedNodeState(val unicastAddress: MeshAddress.UnicastAddress, val deviceKey: DeviceKey, val lastSequenceNumber: UInt, val features: NodeFeatures = NodeFeatures())

Per-node state that must be persisted across restarts.

Constructors

Link copied to clipboard
constructor(unicastAddress: MeshAddress.UnicastAddress, deviceKey: DeviceKey, lastSequenceNumber: UInt, features: NodeFeatures = NodeFeatures())

Properties

Link copied to clipboard

The node's device key (for configuration messages).

Link copied to clipboard

Node feature flags.

Link copied to clipboard

Last known sequence number for this node's outbound messages.

Link copied to clipboard

The node's primary unicast address.