Package com.tinkerforge
Interface BrickletRS232V2.ReadListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS232V2
public static interface BrickletRS232V2.ReadListener extends DeviceListener
This listener is called if new data is available. To enable this listener, useBrickletRS232V2.enableReadCallback()
. \note If reconstructing the value fails, the listener is triggered with null for message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
read(char[] message)
-