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 Details

    • GetCameraTypeReturn

      public GetCameraTypeReturn()
  • Method Details

    • getCameraType

      public CameraType getCameraType()
      Type of the camera
      Returns:
    • setCameraType

      public void setCameraType​(CameraType cameraType)
    • getCameraSubtype

      public CameraSubtype getCameraSubtype()
      Subtype of the camera if the type was one of the camera families
      Returns:
    • setCameraSubtype

      public void setCameraSubtype​(CameraSubtype cameraSubtype)
    • getSerialNumber

      public long getSerialNumber()
      Serial number of the camera
      Returns:
    • setSerialNumber

      public void setSerialNumber​(long serialNumber)
    • getInterfaceType

      public CameraInternalInterface getInterfaceType()
      Interface on which the camera is connected
      Returns:
    • setInterfaceType

      public void setInterfaceType​(CameraInternalInterface interfaceType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object