UnprovisionedDevice

data class UnprovisionedDevice(var name: String, val uuid: UUID, val oobInformation: OobInformation = OobInformation.None)

Constructors

Link copied to clipboard
constructor(name: String, uuid: UUID, oobInformation: OobInformation = OobInformation.None)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uuid: UUID