Standard Reply Constants
Syntax
CameraAPI.DON
CameraAPI.ERR
CameraAPI.SYR
CameraAPI.TOUT
CameraAPI.READOUT
Type
int
Remarks
Integer constants that represent replies from the pci board and controller.
REPLY
DESCRIPTION
HEX VALUE
DON
done; success; everything ok
0x00444F4E
ERR
error
0x00455252
SYR
system reset; controller has been reset
0x00535952
TOUT
timeout; no response
0x544F5554
READOUT
controller is in readout
0x524F5554