js.dev
Class Params

java.lang.Object
  extended by js.dev.Params
Direct Known Subclasses:
ActivateRelayParams, AoDelayParams, AoTipTiltParams, BitIoParams, CancelCommandParams, CfwCloseDeviceParams, CfwGetFirmwareVersionParams, CfwGotoParams, CfwInitParams, CfwOpenDeviceParams, CfwParams, CfwQueryParams, CloseDeviceParams, CloseDriverParams, CloseParams, DumpLinesParams, EndExposureParams, EndReadoutParams, EstablishLinkParams, ExposeCcdParams, ExposureStartTimeParams, GetCcdInfoParams, GetDriverControlParams, GetDriverInfoParams, GetErrorStringParams, GetLinkStatusParams, GrabImageParams, InitParams, IsCfwIdleParams, IsExposureCompleteParams, MfParams, MiscellaneousControlParams, OpenDeviceParams, OpenDriverParams, OpenParams, QueryActivateRelayStatusParams, QueryCommandStatusParams, QueryMiscellaneousControlParams, QueryTemperatureStatusParams, QueryUsbParams, ReadOffsetParams, ReadoutCcdParams, ReadoutLineParams, SetDriverControlParams, SetTemperatureRegulationParams, StartExposureParams, StartReadoutParams, VideoDisableParams, VideoEnableParams, VideoGetControlsParams, VideoGrabParams, VideoSetBrightnessParams, VideoSetContrastParams, VideoSetGainParams, VideoSetSaturationParams, VideoTryFormatParams

public class Params
extends java.lang.Object

The base class which sends the parameters to the server.

Author:
soldan

Constructor Summary
Params()
          This default constructor which sets the priority to PRIORITY.LOW.
Params(PRIORITY value)
          Constructor.
 
Method Summary
 PRIORITY getPriority()
           
 void setPriority(PRIORITY value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Params

public Params()
This default constructor which sets the priority to PRIORITY.LOW.


Params

public Params(PRIORITY value)
Constructor.

Parameters:
value - the value to set.
Method Detail

getPriority

public final PRIORITY getPriority()
Returns:
the priority.

setPriority

public final void setPriority(PRIORITY value)
Parameters:
value - the priority to set.