@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.PropertyInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PropertyInfo() |
PropertyInfo(int propType) |
PropertyInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
absMax()
Maximum value (as a floating point value).
|
FlyCapture2.PropertyInfo |
absMax(float absMax) |
float |
absMin()
Minimum value (as a floating point value).
|
FlyCapture2.PropertyInfo |
absMin(float absMin) |
boolean |
absValSupported()
Flag indicating if absolute mode is supported.
|
FlyCapture2.PropertyInfo |
absValSupported(boolean absValSupported) |
boolean |
autoSupported()
Flag indicating if auto is supported.
|
FlyCapture2.PropertyInfo |
autoSupported(boolean autoSupported) |
boolean |
manualSupported()
Flag indicating if manual is supported.
|
FlyCapture2.PropertyInfo |
manualSupported(boolean manualSupported) |
int |
max()
Maximum value (as an integer).
|
FlyCapture2.PropertyInfo |
max(int max) |
int |
min()
Minimum value (as an integer).
|
FlyCapture2.PropertyInfo |
min(int min) |
boolean |
onePushSupported()
Flag indicating if one push is supported.
|
FlyCapture2.PropertyInfo |
onePushSupported(boolean onePushSupported) |
boolean |
onOffSupported()
Flag indicating if on/off is supported.
|
FlyCapture2.PropertyInfo |
onOffSupported(boolean onOffSupported) |
boolean |
present()
Flag indicating if the property is present.
|
FlyCapture2.PropertyInfo |
present(boolean present) |
BytePointer |
pUnitAbbr() |
byte |
pUnitAbbr(int i)
Abbreviated textual description of units.
|
FlyCapture2.PropertyInfo |
pUnitAbbr(int i,
byte pUnitAbbr) |
BytePointer |
pUnits() |
byte |
pUnits(int i)
Textual description of units.
|
FlyCapture2.PropertyInfo |
pUnits(int i,
byte pUnits) |
boolean |
readOutSupported()
Flag indicating if property value can be read out.
|
FlyCapture2.PropertyInfo |
readOutSupported(boolean readOutSupported) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.PropertyInfo |
reserved(int i,
int reserved) |
int |
type()
Property info type.
|
FlyCapture2.PropertyInfo |
type(int type) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic PropertyInfo(Pointer p)
Pointer.Pointer(Pointer).public PropertyInfo()
public FlyCapture2.PropertyInfo type(int type)
public FlyCapture2.PropertyInfo present(boolean present)
@Cast(value="bool") public boolean autoSupported()
public FlyCapture2.PropertyInfo autoSupported(boolean autoSupported)
@Cast(value="bool") public boolean manualSupported()
public FlyCapture2.PropertyInfo manualSupported(boolean manualSupported)
@Cast(value="bool") public boolean onOffSupported()
public FlyCapture2.PropertyInfo onOffSupported(boolean onOffSupported)
@Cast(value="bool") public boolean onePushSupported()
public FlyCapture2.PropertyInfo onePushSupported(boolean onePushSupported)
@Cast(value="bool") public boolean absValSupported()
public FlyCapture2.PropertyInfo absValSupported(boolean absValSupported)
@Cast(value="bool") public boolean readOutSupported()
public FlyCapture2.PropertyInfo readOutSupported(boolean readOutSupported)
public FlyCapture2.PropertyInfo min(int min)
public FlyCapture2.PropertyInfo max(int max)
public float absMin()
public FlyCapture2.PropertyInfo absMin(float absMin)
public float absMax()
public FlyCapture2.PropertyInfo absMax(float absMax)
public FlyCapture2.PropertyInfo pUnits(int i, byte pUnits)
@MemberGetter @Cast(value="char*") public BytePointer pUnits()
@Cast(value="char") public byte pUnitAbbr(int i)
public FlyCapture2.PropertyInfo pUnitAbbr(int i, byte pUnitAbbr)
@MemberGetter @Cast(value="char*") public BytePointer pUnitAbbr()
public FlyCapture2.PropertyInfo reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.