LevelControl.Command

enum LevelControl.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

Move

The move trait command.

MoveToClosestFrequency

The moveToClosestFrequency trait command.

MoveToLevel

The moveToLevel trait command.

MoveToLevelWithOnOff

The moveToLevelWithOnOff trait command.

MoveWithOnOff

The moveWithOnOff trait command.

Step

The step trait command.

StepWithOnOff

The stepWithOnOff trait command.

Stop

The stop trait command.

StopWithOnOff

The stopWithOnOff trait command.

Public functions

LevelControl.Command
valueOf(value: String)

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

Array<LevelControl.Command>

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

Public properties

UInt

Enum Values

Move

val LevelControl.Command.MoveLevelControl.Command

The move trait command.

MoveToLevel

val LevelControl.Command.MoveToLevelLevelControl.Command

The moveToLevel trait command.

Step

val LevelControl.Command.StepLevelControl.Command

The step trait command.

Stop

val LevelControl.Command.StopLevelControl.Command

The stop trait command.

Public functions

valueOf

fun valueOf(value: String): LevelControl.Command

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<LevelControl.Command>

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

tag

val tagUInt