ButtonState

data class ButtonState(val value: Int)

Represents button state information

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard

Represents available button states

Properties

Link copied to clipboard

Current button state

Link copied to clipboard
val value: Int

Value associated with button states (0-255). Value equal to 255 means that button was not pressed.

Functions

Link copied to clipboard
open override fun toString(): String