- Keycode - Enum in nl.maartenvisscher.samsungtvcontrol
- 
A list of available key codes, just for easy reference. 
- keycode(Keycode) - Method in class nl.maartenvisscher.samsungtvcontrol.SamsungRemote
- 
Sends a key code to TV, blocks shortly waiting for TV response to check
 delivery. 
- keycode(String) - Method in class nl.maartenvisscher.samsungtvcontrol.SamsungRemote
- 
Sends a key code to TV, blocks shortly waiting for TV response to check
 delivery. 
- keycodeAsync(Keycode) - Method in class nl.maartenvisscher.samsungtvcontrol.SamsungRemote
- 
Sends a key code to TV in a non-blocking manner, thus it does not check
 the delivery (use checkConnection() to poll the TV status). 
- keycodeAsync(String) - Method in class nl.maartenvisscher.samsungtvcontrol.SamsungRemote
- 
Sends a key code to TV in a non-blocking manner, thus it does not check
 the delivery (use checkConnection() to poll the TV status).