ApplicationLauncherTrait.Feature

data class ApplicationLauncherTrait.Feature


Summary

Public constructors

Feature(applicationPlatform: Boolean)

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean
String

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

String

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

Public constructors

Feature

Feature(applicationPlatform: Boolean = false)

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

applicationPlatform

val applicationPlatformBoolean

bitmapName

val bitmapNameString

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

traitId

val traitIdString

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