FanControl.Attribute

enum FanControl.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

airflowDirection

The airflowDirection trait attribute.

attributeList

The attributeList trait attribute.

clusterRevision

The clusterRevision trait attribute.

fanMode

The fanMode trait attribute.

fanModeSequence

The fanModeSequence trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

percentCurrent

The percentCurrent trait attribute.

percentSetting

The percentSetting trait attribute.

rockSetting

The rockSetting trait attribute.

rockSupport

The rockSupport trait attribute.

speedCurrent

The speedCurrent trait attribute.

speedMax

The speedMax trait attribute.

speedSetting

The speedSetting trait attribute.

windSetting

The windSetting trait attribute.

windSupport

The windSupport trait attribute.

Public functions

FanControl.Attribute
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<FanControl.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

open Descriptor
Boolean
open UInt
open Type
open String

Enum Values

airflowDirection

val FanControl.Attribute.airflowDirectionFanControl.Attribute

The airflowDirection trait attribute.

attributeList

val FanControl.Attribute.attributeListFanControl.Attribute

The attributeList trait attribute.

clusterRevision

val FanControl.Attribute.clusterRevisionFanControl.Attribute

The clusterRevision trait attribute.

fanMode

val FanControl.Attribute.fanModeFanControl.Attribute

The fanMode trait attribute.

fanModeSequence

val FanControl.Attribute.fanModeSequenceFanControl.Attribute

The fanModeSequence trait attribute.

featureMap

val FanControl.Attribute.featureMapFanControl.Attribute

The featureMap trait attribute.

percentCurrent

val FanControl.Attribute.percentCurrentFanControl.Attribute

The percentCurrent trait attribute.

percentSetting

val FanControl.Attribute.percentSettingFanControl.Attribute

The percentSetting trait attribute.

rockSetting

val FanControl.Attribute.rockSettingFanControl.Attribute

The rockSetting trait attribute.

rockSupport

val FanControl.Attribute.rockSupportFanControl.Attribute

The rockSupport trait attribute.

speedCurrent

val FanControl.Attribute.speedCurrentFanControl.Attribute

The speedCurrent trait attribute.

speedMax

val FanControl.Attribute.speedMaxFanControl.Attribute

The speedMax trait attribute.

speedSetting

val FanControl.Attribute.speedSettingFanControl.Attribute

The speedSetting trait attribute.

windSetting

val FanControl.Attribute.windSettingFanControl.Attribute

The windSetting trait attribute.

windSupport

val FanControl.Attribute.windSupportFanControl.Attribute

The windSupport trait attribute.

Public functions

valueOf

fun valueOf(value: String): FanControl.Attribute

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<FanControl.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString