1 package com.neuronrobotics.sdk.commands.neuronrobotics.bowlercam;
3 import com.neuronrobotics.sdk.common.BowlerAbstractCommand;
4 import com.neuronrobotics.sdk.common.BowlerMethod;
33 public ImageCommand(
int camera,
int chunk,
int totalChunks,
byte [] imgData){
42 throw new RuntimeException(
"Image data too big!");
ImageCommand(int chan, double scale)
ImageCommand(int camera, int chunk, int totalChunks, byte[] imgData)
void setMethod(BowlerMethod method)
ByteList getCallingDataStorage()
void setOpCode(String opCode)
synchronized boolean add(byte data)
boolean addAs16(int value)
boolean addAs32(int value)