Uses of Class
de.pco.sdk.enums.Timebase
| Package | Description |
|---|---|
| de.pco.sdk | |
| de.pco.sdk.enums |
-
Uses of Timebase in de.pco.sdk
Fields in de.pco.sdk declared as Timebase Modifier and Type Field Description TimebaseBildStruct. exposureTimebaseMethods in de.pco.sdk that return Timebase Modifier and Type Method Description TimebasePcoMetadataStruct. getExposureTimebase() -
Uses of Timebase in de.pco.sdk.enums
Methods in de.pco.sdk.enums that return Timebase Modifier and Type Method Description static TimebaseTimebase. valueOf(int value)Converter from the int value to the value of the enumerator.static TimebaseTimebase. valueOf(String name)Returns the enum constant of this type with the specified name.static Timebase[]Timebase. values()Returns an array containing the constants of this enum type, in the order they are declared.