Package com.tinkerforge
Interface BrickletRS485.ReadListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRS485
public static interface BrickletRS485.ReadListener extends DeviceListener
This listener is called if new data is available. To enable this listener, useBrickletRS485.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)
-