Uses of Enum Class
com.pi4j.crowpi.components.IrReceiverComponent.Key
-
Uses of IrReceiverComponent.Key in com.pi4j.crowpi.components
Modifier and TypeMethodDescriptionstatic IrReceiverComponent.Key
IrReceiverComponent.Key.fromCode
(byte code) Returns the first key which matches the passed key code or null if no match is found.static IrReceiverComponent.Key
Returns the enum constant of this class with the specified name.static IrReceiverComponent.Key[]
IrReceiverComponent.Key.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IrReceiverComponent.onKeyPressed
(EventHandler<IrReceiverComponent.Key> handler) Sets or disables the handler for received IR key presses.