ChannelTrait.RecordingFlagBitmap

data class ChannelTrait.RecordingFlagBitmap


Summary

Public constructors

RecordingFlagBitmap(
    scheduled: Boolean,
    recordSeries: Boolean,
    recorded: Boolean
)

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

String

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

Boolean
Boolean
Boolean
String

Trait identifier of the Matter Cluster that defines the bitmap Data Type.

Public constructors

RecordingFlagBitmap

RecordingFlagBitmap(
    scheduled: Boolean = false,
    recordSeries: Boolean = false,
    recorded: Boolean = false
)

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

bitmapName

val bitmapNameString

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

recordSeries

val recordSeriesBoolean

recorded

val recordedBoolean

scheduled

val scheduledBoolean

traitId

val traitIdString

Trait identifier of the Matter Cluster that defines the bitmap Data Type. Refer to ClusterId.traitId for the format.