IvIndex

value class IvIndex(val value: UInt)

Represents the current IV Index state of the mesh network.

The IV Index is a 32-bit value that changes during IV Update procedures. It is used as part of the nonce for network-layer encryption to prevent nonce reuse when sequence numbers wrap.

Constructors

Link copied to clipboard
constructor(value: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val value: UInt