SystemId

data class SystemId(val manufacturerIdentifier: Long, val organizationallyUniqueIdentifier: Int)

IEEE 11073 System ID (0x2A23) — manufacturer identifier and OUI.

Constructors

Link copied to clipboard
constructor(manufacturerIdentifier: Long, organizationallyUniqueIdentifier: Int)

Properties