SpeakerDevice.StandardTraits

class SpeakerDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(onOff: OnOff?, levelControl: LevelControl?)

Public properties

LevelControl?

This trait provides an interface for controlling a characteristic of a device that can be set to a level.

OnOff?

This trait provides an interface for turning devices on and off.

Public constructors

StandardTraits

StandardTraits(onOff: OnOff?, levelControl: LevelControl?)

Public properties

levelControl

val levelControlLevelControl?

This trait provides an interface for controlling a characteristic of a device that can be set to a level.

onOff

val onOffOnOff?

This trait provides an interface for turning devices on and off.