public class ArduinoEthernetDeviceServer extends Object implements Runnable, java.util.function.Consumer<Message>
| Constructor and Description |
|---|
ArduinoEthernetDeviceServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Message msg) |
Stack<Message> |
getRxMessages() |
Map<String,String> |
getValueMap() |
void |
run() |
void |
send(String raw) |
void |
send(String key,
String value) |
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic void start()
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic void send(String key, String value) throws IOException
IOExceptionpublic void send(String raw) throws IOException
IOExceptionpublic void accept(Message msg)
accept in interface java.util.function.Consumer<Message>Copyright © 2015. All Rights Reserved.