PlugPagLedData

class PlugPagLedData(val led: Byte)

Contém valores necessários para executar comandos em um LED.

Throws

Se o LED solicitado não for de um dos valores: LED_BLUE, LED_YELLOW, LED_GREEN, LED_RED e LED_OFF.

Constructors

Link copied to clipboard
fun PlugPagLedData(led: Byte)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val led: Byte