Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / interfaces / CameraCallback.java
1 package iotcode.interfaces;
2
3 public interface CameraCallback {
4         public void newCameraFrameAvailable(byte latestFrame[], long timeStamp);
5 }