KeypadInputTrait.Feature

data class KeypadInputTrait.Feature


KeypadInput cluster FeatureMap.

Summary

Public constructors

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

Creates the Feature data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

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

Convert this ClusterBitmap to raw (bytes) format

Public properties

locationKeys

val locationKeys: Boolean

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

val navigationKeyCodes: Boolean

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

numberKeys

val numberKeys: Boolean

Supports numeric input keys from 0 through 9.