js.dev.cam.sbig
Class GetLinkStatusResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.GetLinkStatusResults
- All Implemented Interfaces:
- java.io.Serializable
public class GetLinkStatusResults
- 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 |
GetLinkStatusResults
public GetLinkStatusResults()
- Constructor.
GetLinkStatusResults
public GetLinkStatusResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getBaseAddress
public int getBaseAddress()
- Returns:
- the baseAddress.
setBaseAddress
public void setBaseAddress(int baseAddress)
- Parameters:
baseAddress
- the baseAddress to set.
getCameraType
public CAMERA_TYPE getCameraType()
- Returns:
- the cameraType.
setCameraType
public void setCameraType(CAMERA_TYPE cameraType)
- Parameters:
cameraType
- the cameraType to set.
setCameraType
public void setCameraType(int value)
- Parameters:
value
- the integer value.
getComFailed
public long getComFailed()
- Returns:
- the comFailed.
setComFailed
public void setComFailed(long comFailed)
- Parameters:
comFailed
- the comFailed to set.
getComTotal
public long getComTotal()
- Returns:
- the comTotal.
setComTotal
public void setComTotal(long comTotal)
- Parameters:
comTotal
- the comTotal to set.
isLinkEstablished
public boolean isLinkEstablished()
- Returns:
- the linkEstablished.
setLinkEstablished
public void setLinkEstablished(boolean linkEstablished)
- Parameters:
linkEstablished
- the linkEstablished to set.