ColorControlTrait.StopMoveStepCommand.Request

class ColorControlTrait.StopMoveStepCommand.Request


The request payload for the StopMoveStep command.

Summary

Public constructors

Request(optionsMask: UByte, optionsOverride: UByte)

Creates a request payload for the StopMoveStep command.

Public properties

UByte

Determines which bits in the options attribute should be overridden by optionsOverride.

UByte

If the corresponding bit in optionsMask is set to 1, the bit set here overrides the corresponding bit in options attribute.

Public constructors

Request

Request(optionsMask: UByte, optionsOverride: UByte)

Creates a request payload for the StopMoveStep command.

Public properties

optionsMask

val optionsMaskUByte

Determines which bits in the options attribute should be overridden by optionsOverride.

optionsOverride

val optionsOverrideUByte

If the corresponding bit in optionsMask is set to 1, the bit set here overrides the corresponding bit in options attribute.