js.dev.cam.sbig
Class OpenDeviceParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.OpenDeviceParams
- All Implemented Interfaces:
- java.io.Serializable
public class OpenDeviceParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenDeviceParams
public OpenDeviceParams()
- Constructor.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getDeviceType
public DEVICE_TYPE getDeviceType()
- Returns:
- the deviceType.
setDeviceType
public void setDeviceType(DEVICE_TYPE deviceType)
- Parameters:
deviceType
- the deviceType to set.
getIpAddress
public long getIpAddress()
- Returns:
- the ipAddress.
setIpAddress
public void setIpAddress(long ipAddress)
- Parameters:
ipAddress
- the ipAddress to set.
setIpAddress
public final void setIpAddress(java.lang.String host)
- Parameters:
host
- the host to set.
getLptBaseAddress
public int getLptBaseAddress()
- Returns:
- the lptBaseAddress.
setLptBaseAddress
public void setLptBaseAddress(int lptBaseAddress)
- Parameters:
lptBaseAddress
- the lptBaseAddress to set.