public static interface BrickletCANV2.FrameReadableListener extends DeviceListener
BrickletCANV2.readFrame()
.
If additional frames are received, but BrickletCANV2.readFrame()
was not called yet, the listener
will not trigger again.
A configurable read filter can be used to define which frames should be
received by the CAN transceiver and put into the read queue (see
BrickletCANV2.setReadFilterConfiguration(int, int, long, long)
).
To enable this listener, use BrickletCANV2.setFrameReadableCallbackConfiguration(boolean)
.
.. versionadded:: 2.0.3$nbsp;(Plugin)Modifier and Type | Method and Description |
---|---|
void |
frameReadable() |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.