public interface Link
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
Link |
addCustomListener(CustomListener listener) |
Link |
addListener(EventListener listener) |
Link |
addRplyListener(RplyListener listener) |
Link |
removeCustomListener(CustomListener listener) |
Link |
removeListener(EventListener listener) |
Link |
removeRplyListener(RplyListener listener) |
long |
sendCustomMessage(java.lang.String... messages) |
long |
sendKeyPressEvent(char keychar,
int keycode,
int keylocation,
int keymodifiers,
int keymodifiersex) |
long |
sendNoTone(Pin.AnalogPin analogPin) |
long |
sendTone(Tone tone) |
long |
startListening(Pin pin) |
long |
stopListening(Pin pin) |
long |
switchAnalogPin(Pin.AnalogPin analogPin,
int value) |
long |
switchDigitalPin(Pin.DigitalPin digitalPin,
boolean value) |
Link addListener(EventListener listener) throws java.io.IOException
java.io.IOExceptionLink removeListener(EventListener listener) throws java.io.IOException
java.io.IOExceptionLink addRplyListener(RplyListener listener) throws java.io.IOException
java.io.IOExceptionLink removeRplyListener(RplyListener listener) throws java.io.IOException
java.io.IOExceptionLink addCustomListener(CustomListener listener) throws java.io.IOException
java.io.IOExceptionLink removeCustomListener(CustomListener listener) throws java.io.IOException
java.io.IOExceptionlong startListening(Pin pin) throws java.io.IOException
java.io.IOExceptionlong stopListening(Pin pin) throws java.io.IOException
java.io.IOExceptionlong switchAnalogPin(Pin.AnalogPin analogPin, int value) throws java.io.IOException
java.io.IOExceptionlong switchDigitalPin(Pin.DigitalPin digitalPin, boolean value) throws java.io.IOException
java.io.IOExceptionlong sendKeyPressEvent(char keychar,
int keycode,
int keylocation,
int keymodifiers,
int keymodifiersex)
throws java.io.IOException
java.io.IOExceptionlong sendTone(Tone tone) throws java.io.IOException
java.io.IOExceptionlong sendNoTone(Pin.AnalogPin analogPin) throws java.io.IOException
java.io.IOExceptionlong sendCustomMessage(java.lang.String... messages)
throws java.io.IOException
java.io.IOExceptionCopyright © 2016. All rights reserved.