Package com.inertia.promove
Interface ProtocolListener
public interface ProtocolListener
Implement this interface to automatically transmit data to a node.
-
Method Summary
Modifier and Type Method Description void
sendBytes(byte[] data)
Send the data to a device
-
Method Details
-
sendBytes
void sendBytes(byte[] data)Send the data to a device- Parameters:
data
- The data to be send
-