Uses of Class
js.dev.ERROR

Packages that use ERROR
js.dev   
js.dev.cam   
js.dev.cam.sbig   
js.dev.cam.web   
 

Uses of ERROR in js.dev
 

Methods in js.dev that return ERROR
 ERROR Results.getError()
           
static ERROR ERROR.getError(int value)
          This method returns an Error code as an enumerated value.
static ERROR ERROR.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ERROR[] ERROR.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev with parameters of type ERROR
 void Results.setError(ERROR value)
           
 

Constructors in js.dev with parameters of type ERROR
CancelCommandResults(ERROR error)
          Constructor.
CloseResults(ERROR error)
          Constructor.
InitResults(ERROR error)
          Constructor.
OpenResults(ERROR error)
          Constructor.
Results(ERROR value)
          Constructor.
 

Uses of ERROR in js.dev.cam
 

Constructors in js.dev.cam with parameters of type ERROR
ExposeCcdProgressResults(ERROR error)
          Constructor.
ExposureStartTimeResults(ERROR error)
          Constructor.
GrabImageResults(ERROR error)
          Constructor.
ReadoutCcdProgressResults(ERROR error)
          Constructor.
 

Uses of ERROR in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return ERROR
 ERROR JSbigException.getError()
           
 ERROR GetErrorStringParams.getError()
           
 

Methods in js.dev.cam.sbig with parameters of type ERROR
 void JSbigException.setError(ERROR error)
           
 void GetErrorStringParams.setError(ERROR error)
           
 

Constructors in js.dev.cam.sbig with parameters of type ERROR
ActivateRelayResults(ERROR error)
          Constructor.
AoDelayResults(ERROR error)
          Constructor.
AoTipTiltResults(ERROR error)
          Constructor.
BitIoResults(ERROR error)
          Constructor.
CfwCloseDeviceResults(ERROR error)
          Constructor.
CfwGetFirmwareVersionResults(ERROR error)
          Constructor.
CfwGotoResults(ERROR error)
          Constructor.
CfwInitResults(ERROR error)
          Constructor.
CfwOpenDeviceResults(ERROR error)
          Constructor.
CfwQueryResults(ERROR error)
          Constructor.
CfwResults(ERROR error)
          Constructor.
CloseDeviceResults(ERROR error)
          Constructor.
CloseDriverResults(ERROR error)
          Constructor.
DumpLinesResults(ERROR error)
          Constructor.
EndExposureResults(ERROR error)
          Constructor.
EndReadoutResults(ERROR error)
          Constructor.
EstablishLinkResults(ERROR error)
          Constructor.
ExposeCcdResults(ERROR error)
          Constructor.
GetCcdInfoResults0(ERROR error)
          Constructor creates an array of ReadoutInfo objects and sets the error value.
GetCcdInfoResults2(ERROR error)
          Constructor.
GetCcdInfoResults3(ERROR error)
          Constructor.
GetCcdInfoResults4(ERROR error)
          Constructor.
GetDriverControlResults(ERROR error)
          Constructor.
GetDriverInfoResults0(ERROR error)
          Constructor.
GetErrorStringResults(ERROR error)
          Parametric constructor.
GetLinkStatusResults(ERROR error)
          Constructor.
IsCfwIdleResults(ERROR error)
          Constructor.
IsExposureCompleteResults(ERROR error)
          Constructor.
JSbigException(ERROR error)
          Constructor.
MfResults(ERROR error)
          Constructor.
MiscellaneousControlResults(ERROR error)
          Constructor.
OpenDeviceResults(ERROR error)
          Constructor.
OpenDriverResults(ERROR error)
          Constructor.
QueryActivateRelayStatusResults(ERROR error)
          Constructor.
QueryCommandStatusResults(ERROR error)
          Constructor.
QueryMiscellaneousControlResults(ERROR error)
          Constructor.
QueryTemperatureStatusResults(ERROR error)
          Constructor.
QueryUsbResults(ERROR error)
          Constructor.
ReadOffsetResults(ERROR error)
          Constructor.
ReadoutCcdResults(ERROR error)
          Parametrized constructor.
ReadoutLineResults(ERROR error)
          Constructor.
SetDriverControlResults(ERROR error)
          Constructor.
SetTemperatureRegulationResults(ERROR error)
          Constructor.
StartExposureResults(ERROR error)
          Constructor.
StartReadoutResults(ERROR error)
          Constructor.
 

Uses of ERROR in js.dev.cam.web
 

Constructors in js.dev.cam.web with parameters of type ERROR
VideoDisableResults(ERROR error)
          Constructor.
VideoEnableResults(ERROR error)
          Constructor.
VideoGetControlsResults(ERROR error)
          Constructor.
VideoGrabResults(ERROR error)
          Constructor.
VideoSetBrightnessResults(ERROR error)
          Constructor.
VideoSetContrastResults(ERROR error)
          Constructor.
VideoSetGainResults(ERROR error)
          Constructor.
VideoSetSaturationResults(ERROR error)
          Constructor.
VideoTryFormatResults(ERROR error)
          Constructor.