ApplicationBasicTrait.Attributes

interface ApplicationBasicTrait.Attributes

Known direct subclasses
ApplicationBasic

API for the ApplicationBasic trait.


Attributes for the ApplicationBasic cluster.

Summary

Public properties

List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<UShort>?

The list of allowed Vendor IDs.

ApplicationBasicTrait.ApplicationStruct?

The ID of the content app.

String?

The name of the content app.

String?

The content app version.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

UInt

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

UShort?
ApplicationBasicTrait.ApplicationStatusEnum?

The app status.

UShort?
String?

The name of the vendor of the content app.

Public properties

acceptedCommandList

val acceptedCommandListList<UInt>

A list of client-generated commands which are supported by this cluster server instance.

allowedVendorList

val allowedVendorListList<UShort>?

The list of allowed Vendor IDs.

Access type: Read

application

val applicationApplicationBasicTrait.ApplicationStruct?

The ID of the content app.

Access type: Read

applicationName

val applicationNameString?

The name of the content app.

Access type: Read

applicationVersion

val applicationVersionString?

The content app version.

Access type: Read

attributeList

val attributeListList<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

clusterRevision

val clusterRevisionUShort

The revision of the server cluster specification supported by the cluster instance.

featureMap

val featureMapUInt

Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero).

generatedCommandList

val generatedCommandListList<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

productId

val productIdUShort?

status

val statusApplicationBasicTrait.ApplicationStatusEnum?

The app status. Valid values are defined in ApplicationStatusEnum.

Access type: Read

vendorId

val vendorIdUShort?

vendorName

val vendorNameString?

The name of the vendor of the content app.

Access type: Read