PCICommand
CameraAPI.PCICommand( command );
int command A valid PCI command: CameraAPI.RESET_CONTROLLER, CameraAPI.RESET_PCI, CameraAPI.ABORT_READOUT.
int - The reply for the specific PCI command (see command documentation for details).
Sends a command to the PCI board. Throws a java.lang.Exception if an error occurs, which can be caught using a try/catch block.