Uses of Class
js.dev.cam.sbig.CCD_INFO_REQUEST

Packages that use CCD_INFO_REQUEST
js.dev.cam.sbig   
 

Uses of CCD_INFO_REQUEST in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return CCD_INFO_REQUEST
static CCD_INFO_REQUEST CCD_INFO_REQUEST.getCcdInfoRequest(int value)
           
 CCD_INFO_REQUEST GetCcdInfoParams.getRequest()
           
static CCD_INFO_REQUEST CCD_INFO_REQUEST.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CCD_INFO_REQUEST[] CCD_INFO_REQUEST.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev.cam.sbig with parameters of type CCD_INFO_REQUEST
 void GetCcdInfoParams.setRequest(CCD_INFO_REQUEST request)
           
 

Constructors in js.dev.cam.sbig with parameters of type CCD_INFO_REQUEST
GetCcdInfoParams(CCD_INFO_REQUEST request)
          Constructor.