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

Packages that use CAMERA_TYPE
js.dev.cam.sbig   
 

Uses of CAMERA_TYPE in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return CAMERA_TYPE
 CAMERA_TYPE JSbigCam.cameraType()
          The cameraType public method returns the camera type field.
 CAMERA_TYPE EstablishLinkResults.getCameraType()
           
 CAMERA_TYPE QueryUsbInfo.getCameraType()
           
 CAMERA_TYPE GetCcdInfoResults0.getCameraType()
           
 CAMERA_TYPE GetLinkStatusResults.getCameraType()
           
static CAMERA_TYPE CAMERA_TYPE.getCameraType(int value)
          The getCameraType returns the CAMERA_TYPE enum.
static CAMERA_TYPE CAMERA_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CAMERA_TYPE[] CAMERA_TYPE.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 CAMERA_TYPE
 void EstablishLinkResults.setCameraType(CAMERA_TYPE cameraType)
           
 void QueryUsbInfo.setCameraType(CAMERA_TYPE cameraType)
           
 void GetCcdInfoResults0.setCameraType(CAMERA_TYPE cameraType)
           
 void GetLinkStatusResults.setCameraType(CAMERA_TYPE cameraType)