Uses of Class
de.pco.sdk.enums.CameraType
| Package | Description |
|---|---|
| de.pco.sdk | |
| de.pco.sdk.enums |
-
Uses of CameraType in de.pco.sdk
Fields in de.pco.sdk declared as CameraType Modifier and Type Field Description CameraTypeBildStruct. cameraTypeMethods in de.pco.sdk that return CameraType Modifier and Type Method Description CameraTypePcoMetadataStruct. getCameraType() -
Uses of CameraType in de.pco.sdk.enums
Methods in de.pco.sdk.enums that return CameraType Modifier and Type Method Description static CameraTypeCameraType. valueOf(int value)Converter from the int value to the value of the enumeratorstatic CameraTypeCameraType. valueOf(String name)Returns the enum constant of this type with the specified name.static CameraType[]CameraType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.sdk.enums with parameters of type CameraType Modifier and Type Method Description static CameraSubtypeCameraSubtype. valueOf(int value, CameraType familyType)Converter from the int value and the camera family type to the value of the enumerator.