SigModelId

@Serializable
data class SigModelId(val modelIdentifier: UShort) : ModelId

Wrapper class for 16-bit Bluetooth SIG model identifier.

Constructors

Link copied to clipboard
constructor(modelIdentifier: UShort)

Properties

Link copied to clipboard

True if the model is a Bluetooth SIG defined model.

Link copied to clipboard

16-bit model identifier.

Functions

Link copied to clipboard
fun toHex(prefix0x: Boolean = false): String

Converts ModelID to hex.