LevelControlTrait.StopCommand.Request

class LevelControlTrait.StopCommand.Request


The request payload for the Stop command.

Summary

Public constructors

Request(
    optionsMask: LevelControlTrait.OptionsBitmap,
    optionsOverride: LevelControlTrait.OptionsBitmap
)

Creates a request payload for the Stop command.

Public properties

LevelControlTrait.OptionsBitmap

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

LevelControlTrait.OptionsBitmap

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: LevelControlTrait.OptionsBitmap = OptionsBitmap(),
    optionsOverride: LevelControlTrait.OptionsBitmap = OptionsBitmap()
)

Creates a request payload for the Stop command.

Public properties

optionsMask

val optionsMaskLevelControlTrait.OptionsBitmap

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

optionsOverride

val optionsOverrideLevelControlTrait.OptionsBitmap

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