| Public Methods | |
|---|---|
| static KeyType[] | values() |
| static KeyType | valueOf(java.lang.String name) |
| static KeyType |
valueOf(int value)
Returns the enum constant of this type with the specified int value. |
| int |
value()
Returns the int value that the enum constant has. |
| name |
|---|
Returns the enum constant of this type with the specified int value.
| value |
|---|
Returns the int value that the enum constant has.
This class is a collection of IR remote keycodes. These keycodes are sent as a command from the device runnintg the IR remote API to the registered device. Interface com.sony.remotecontrol.ir.Key uses these key codes which are then sent using the method sendKey() in interface com.sony.remotecontrol.ir.Device.