Package com.tinkerforge
Interface BrickletRS232.ReadListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS232
public static interface BrickletRS232.ReadListener extends DeviceListener
This listener is called if new data is available. The message has a maximum size of 60 characters. The actual length of the message is given in addition. To enable this listener, useBrickletRS232.enableReadCallback()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
read(char[] message, short length)
-