Package de.pco.recorder
Class GetSettingsReturn
java.lang.Object
de.pco.recorder.GetSettingsReturn
public class GetSettingsReturn extends Object
Class that encloses variables returned by the PCO_RecorderGetSettings function
- Author:
- PCO
-
Constructor Summary
Constructors Constructor Description GetSettingsReturn() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)intgetHeight()longgetMaxImgCount()Maximum number of images.intgetMetadataLines()RecorderTypeByMemoryModegetRecType()Sequence, ring buffer or FIFOlonggetReqImgCount()Required number of imagesintgetWidth()inthashCode()voidsetHeight(int height)voidsetMaxImgCount(long maxImgCount)voidsetMetadataLines(int metadataLines)voidsetRecType(RecorderTypeByMemoryMode recType)voidsetReqImgCount(long reqImgCount)voidsetWidth(int width)StringtoString()
-
Constructor Details
-
GetSettingsReturn
public GetSettingsReturn()
-
-
Method Details
-
getRecType
Sequence, ring buffer or FIFO- Returns:
-
setRecType
-
getMaxImgCount
public long getMaxImgCount()Maximum number of images.- Returns:
-
setMaxImgCount
public void setMaxImgCount(long maxImgCount) -
getReqImgCount
public long getReqImgCount()Required number of images- Returns:
-
setReqImgCount
public void setReqImgCount(long reqImgCount) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getMetadataLines
public int getMetadataLines() -
setMetadataLines
public void setMetadataLines(int metadataLines) -
hashCode
public int hashCode() -
equals
-
toString
-