Package com.tinkerforge
Interface BrickRED.AsyncFileReadListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickRED
public static interface BrickRED.AsyncFileReadListener extends DeviceListener
This listener reports the result of a call to theBrickRED.readFileAsync(int, long)
function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
asyncFileRead(int fileId, short errorCode, short[] buffer, short lengthRead)
-