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

Packages that use SHUTTER_COMMAND
js.dev.cam.sbig   
 

Uses of SHUTTER_COMMAND in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return SHUTTER_COMMAND
 SHUTTER_COMMAND StartExposureParams.getOpenShutter()
           
 SHUTTER_COMMAND MiscellaneousControlParams.getShutterCommand()
           
static SHUTTER_COMMAND SHUTTER_COMMAND.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SHUTTER_COMMAND[] SHUTTER_COMMAND.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 SHUTTER_COMMAND
 void StartExposureParams.setOpenShutter(SHUTTER_COMMAND openShutter)
           
 void MiscellaneousControlParams.setShutterCommand(SHUTTER_COMMAND shutterCommand)