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

Packages that use DEVICE_TYPE
js.dev.cam.sbig   
 

Uses of DEVICE_TYPE in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return DEVICE_TYPE
 DEVICE_TYPE OpenDeviceParams.getDeviceType()
           
 DEVICE_TYPE DEVICE_TYPE.getDeviceType(int value)
           
static DEVICE_TYPE DEVICE_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DEVICE_TYPE[] DEVICE_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 DEVICE_TYPE
 void OpenDeviceParams.setDeviceType(DEVICE_TYPE deviceType)