Package com.tinkerforge
Interface BrickletDMX.FrameListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletDMX
public static interface BrickletDMX.FrameListener extends DeviceListener
This listener is called as soon as a new frame is available (written by the DMX master). The size of the array is equivalent to the number of channels in the frame. Each byte represents one channel. This listener can be enabled viaBrickletDMX.setFrameCallbackConfig(boolean, boolean, boolean, boolean)
. This listener can only be triggered in slave mode. \note If reconstructing the value fails, the listener is triggered with null for frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
frame(int[] frame, long frameNumber)
-