Package de.pco.sdk
Class GetDelayExposureTimeReturn
java.lang.Object
de.pco.sdk.GetDelayExposureTimeReturn
public class GetDelayExposureTimeReturn extends Object
Class that encloses variables returned by the PCO_GetDelayExposureTime function
- Author:
- PCO
-
Constructor Summary
Constructors Constructor Description GetDelayExposureTimeReturn() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)longgetDelay()Delay time between two exposuresTimebasegetDelayTimebase()Timebase of the delaylonggetExposure()Exposure timeTimebasegetExposureTimebase()Timebase of the exposureinthashCode()voidsetDelay(long delay)voidsetDelayTimebase(Timebase delayTimebase)voidsetExposure(long exposure)voidsetExposureTimebase(Timebase exposureTimebase)StringtoString()
-
Constructor Details
-
GetDelayExposureTimeReturn
public GetDelayExposureTimeReturn()
-
-
Method Details
-
getDelay
public long getDelay()Delay time between two exposures- Returns:
-
setDelay
public void setDelay(long delay) -
getExposure
public long getExposure()Exposure time- Returns:
-
setExposure
public void setExposure(long exposure) -
getDelayTimebase
Timebase of the delay- Returns:
-
setDelayTimebase
-
getExposureTimebase
Timebase of the exposure- Returns:
-
setExposureTimebase
-
hashCode
public int hashCode() -
equals
-
toString
-