Package de.pco.sdk
Class GetCameraHealthStatusReturn
java.lang.Object
de.pco.sdk.GetCameraHealthStatusReturn
public class GetCameraHealthStatusReturn extends Object
Class that encloses variables returned by the PCO_GetCameraHealth function
- Author:
- PCO
-
Constructor Summary
Constructors Constructor Description GetCameraHealthStatusReturn() -
Method Summary
-
Constructor Details
-
GetCameraHealthStatusReturn
public GetCameraHealthStatusReturn()
-
-
Method Details
-
getWarning
public long getWarning()Warning bits- Returns:
-
setWarning
public void setWarning(long warning) -
getError
public long getError()Error bits- Returns:
-
setError
public void setError(long error) -
getStatus
public long getStatus()Status bits- Returns:
-
setStatus
public void setStatus(long status) -
hashCode
public int hashCode() -
equals
-
toString
-