public static interface BrickletCANV2.FrameReadListener extends DeviceListener
BrickletCANV2.writeFrame(int, long, int[])
.
For details on the ``data`` return value see BrickletCANV2.readFrame()
.
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.setFrameReadCallbackConfiguration(boolean)
.
\note
If reconstructing the value fails, the listener is triggered with null for data.Modifier and Type | Method and Description |
---|---|
void |
frameRead(int frameType,
long identifier,
int[] data) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.