js.dev.cam.sbig
Class GetDriverControlResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.GetDriverControlResults
- All Implemented Interfaces:
- java.io.Serializable
public class GetDriverControlResults
- extends Results
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetDriverControlResults
public GetDriverControlResults()
- Constructor.
GetDriverControlResults
public GetDriverControlResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getControlValue
public long getControlValue()
- Returns:
- the controlValue.
setControlValue
public void setControlValue(long controlValue)
- Parameters:
controlValue
- the controlValue to set.