KeypadInputTrait.Feature

data class KeypadInputTrait.Feature : ClusterBitmap


KeypadInput cluster FeatureMap.

Summary

Public constructors

Feature(
    navigationKeyCodes: Boolean,
    locationKeys: Boolean,
    numberKeys: Boolean
)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

Supports CEC keys 0x0A (Settings) and 0x09 (Home).

Boolean

Supports UP, DOWN, LEFT, RIGHT, SELECT, BACK, EXIT, and MENU keys.

Boolean

Supports numeric input keys from 0 through 9.

Public constructors

Feature

Feature(
    navigationKeyCodes: Boolean = false,
    locationKeys: Boolean = false,
    numberKeys: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

locationKeys

val locationKeysBoolean

Supports CEC keys 0x0A (Settings) and 0x09 (Home).

val navigationKeyCodesBoolean

Supports UP, DOWN, LEFT, RIGHT, SELECT, BACK, EXIT, and MENU keys.

numberKeys

val numberKeysBoolean

Supports numeric input keys from 0 through 9.