public static interface BrickletRS232V2.FrameReadableListener extends DeviceListener
BrickletRS232V2.setFrameReadableCallbackConfiguration(int)
.
The frame count parameter is the number of frames that can be read.
This listener is triggered only once until BrickletRS232V2.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 BrickletRS232V2.read(int)
function, every time the listener triggers without checking the frame count parameter.
.. versionadded:: 2.0.3$nbsp;(Plugin)Modifier and Type | Method and Description |
---|---|
void |
frameReadable(int frameCount) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.