PowerTopologyTrait.Feature

data class PowerTopologyTrait.Feature


Summary

Public constructors

Feature(
    nodeTopology: Boolean,
    treeTopology: Boolean,
    setTopology: Boolean,
    dynamicPowerFlow: 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.

Boolean

Public constructors

Feature

Feature(
    nodeTopology: Boolean = false,
    treeTopology: Boolean = false,
    setTopology: Boolean = false,
    dynamicPowerFlow: 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.

dynamicPowerFlow

val dynamicPowerFlowBoolean

nodeTopology

val nodeTopologyBoolean

setTopology

val setTopologyBoolean

traitId

val traitIdString

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

treeTopology

val treeTopologyBoolean