Package wappsto.iot
Interface IoTClient
-
- All Known Implementing Classes:
RpcClient
public interface IoTClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(java.lang.String message)voidstart(RpcParser parser)voidstop()
-
-
-
Method Detail
-
start
void start(RpcParser parser) throws java.lang.Exception
- Throws:
java.lang.Exception
-
send
void send(java.lang.String message)
-
stop
void stop()
-
-