Package de.pco.sdk
Class GetCameraTypeReturn
java.lang.Object
de.pco.sdk.GetCameraTypeReturn
public class GetCameraTypeReturn extends Object
Class that encloses variables returned by the PCO_GetCameraType function
- Author:
- PCO
-
Constructor Summary
Constructors Constructor Description GetCameraTypeReturn() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)CameraSubtypegetCameraSubtype()Subtype of the camera if the type was one of the camera familiesCameraTypegetCameraType()Type of the cameraCameraInternalInterfacegetInterfaceType()Interface on which the camera is connectedlonggetSerialNumber()Serial number of the camerainthashCode()voidsetCameraSubtype(CameraSubtype cameraSubtype)voidsetCameraType(CameraType cameraType)voidsetInterfaceType(CameraInternalInterface interfaceType)voidsetSerialNumber(long serialNumber)StringtoString()
-
Constructor Details
-
GetCameraTypeReturn
public GetCameraTypeReturn()
-
-
Method Details
-
getCameraType
Type of the camera- Returns:
-
setCameraType
-
getCameraSubtype
Subtype of the camera if the type was one of the camera families- Returns:
-
setCameraSubtype
-
getSerialNumber
public long getSerialNumber()Serial number of the camera- Returns:
-
setSerialNumber
public void setSerialNumber(long serialNumber) -
getInterfaceType
Interface on which the camera is connected- Returns:
-
setInterfaceType
-
hashCode
public int hashCode() -
equals
-
toString
-