Random

data class Random(val random: ByteArray) : ProvisioningRequest

The Provisioner or the Provisionee sends a Provisioning Random PDU to allow its peer device to validate the confirmation.

Constructors

Link copied to clipboard
constructor(random: ByteArray)

Creates a new Provisioning Random PDU.

Properties

Link copied to clipboard

provisioning pdu.

Link copied to clipboard

Random value.

Functions

Link copied to clipboard
open override fun toString(): String