UnitTestingTrait.TestGlobalBitmap

data class UnitTestingTrait.TestGlobalBitmap


Summary

Public constructors

TestGlobalBitmap(firstBit: Boolean, secondBit: 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
String

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

Public constructors

TestGlobalBitmap

TestGlobalBitmap(firstBit: Boolean = false, secondBit: 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.

firstBit

val firstBitBoolean

secondBit

val secondBitBoolean

traitId

val traitIdString

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