ChannelTrait.Attributes

interface ChannelTrait.Attributes

Known direct subclasses
Channel

API for the Channel trait.


Attributes for the Channel cluster.

Summary

Public properties

List<UInt>

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

List<UInt>

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

List<ChannelTrait.ChannelInfoStruct>?

A list of the supported channels.

UShort

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

ChannelTrait.ChannelInfoStruct?

The currently selected channel.

ChannelTrait.Feature

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.

ChannelTrait.LineupInfoStruct?

A reference to an external source of channel lineup information.

Public properties

acceptedCommandList

val acceptedCommandListList<UInt>

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

attributeList

val attributeListList<UInt>

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

channelList

val channelListList<ChannelTrait.ChannelInfoStruct>?

A list of the supported channels.

Access type: Read

clusterRevision

val clusterRevisionUShort

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

currentChannel

val currentChannelChannelTrait.ChannelInfoStruct?

The currently selected channel.

Access type: Read

featureMap

val featureMapChannelTrait.Feature

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.

lineup

val lineupChannelTrait.LineupInfoStruct?

A reference to an external source of channel lineup information.

Access type: Read