public static interface BrickletRS485.FrameReadableListener extends DeviceListener
BrickletRS485.setFrameReadableCallbackConfiguration(int)
.
The frame count parameter is the number of frames that can be read.
This listener is triggered only once until BrickletRS485.read(int)
is called. This means, that if you have configured a frame size of X bytes,
you can read exactly X bytes using the BrickletRS485.read(int)
function, every time the listener triggers without checking the frame count parameter.
.. versionadded:: 2.0.5$nbsp;(Plugin)Modifier and Type | Method and Description |
---|---|
void |
frameReadable(int frameCount) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.