ChannelSetting

abstract class ChannelSetting : Setting

Setting providing access to the Simpulse master channel setup.

Types

Link copied to clipboard
interface SelectionMode

Channel selection mode.

Properties

Link copied to clipboard

Set of channels to which the Simpulse master may be configured.

Link copied to clipboard
abstract val current: Channel

Current channel.

Link copied to clipboard
@get:JvmName(name = "__deprecated_isUpdating")
val isUpdating: Boolean
Link copied to clipboard

Current channel selection mode.

Link copied to clipboard
@get:JvmName(name = "isUpdating")
abstract val updating: Boolean

Tells whether the setting is updating.

Functions

Link copied to clipboard
abstract fun autoSelect(allowedBands: Set<Band>)

Requests the device to select the most appropriate channel automatically in the given list of allowed bands.

Link copied to clipboard
abstract fun select(channel: Channel)

Changes the current channel.