public static class FlyCapture2_C.fc2PropertyInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2PropertyInfo()
Default native constructor.
|
fc2PropertyInfo(long size)
Native array allocator.
|
fc2PropertyInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
absMax()
Maximum value (as a floating point value).
|
FlyCapture2_C.fc2PropertyInfo |
absMax(float absMax) |
float |
absMin()
Minimum value (as a floating point value).
|
FlyCapture2_C.fc2PropertyInfo |
absMin(float absMin) |
int |
absValSupported()
Flag indicating if absolute mode is supported.
|
FlyCapture2_C.fc2PropertyInfo |
absValSupported(int absValSupported) |
int |
autoSupported()
Flag indicating if auto is supported.
|
FlyCapture2_C.fc2PropertyInfo |
autoSupported(int autoSupported) |
int |
manualSupported()
Flag indicating if manual is supported.
|
FlyCapture2_C.fc2PropertyInfo |
manualSupported(int manualSupported) |
int |
max()
Maximum value (as an integer).
|
FlyCapture2_C.fc2PropertyInfo |
max(int max) |
int |
min()
Minimum value (as an integer).
|
FlyCapture2_C.fc2PropertyInfo |
min(int min) |
int |
onePushSupported()
Flag indicating if one push is supported.
|
FlyCapture2_C.fc2PropertyInfo |
onePushSupported(int onePushSupported) |
int |
onOffSupported()
Flag indicating if on/off is supported.
|
FlyCapture2_C.fc2PropertyInfo |
onOffSupported(int onOffSupported) |
FlyCapture2_C.fc2PropertyInfo |
position(long position) |
int |
present()
Flag indicating if the property is present.
|
FlyCapture2_C.fc2PropertyInfo |
present(int present) |
BytePointer |
pUnitAbbr() |
byte |
pUnitAbbr(int i)
Abbreviated textual description of units.
|
FlyCapture2_C.fc2PropertyInfo |
pUnitAbbr(int i,
byte pUnitAbbr) |
BytePointer |
pUnits() |
byte |
pUnits(int i)
Textual description of units.
|
FlyCapture2_C.fc2PropertyInfo |
pUnits(int i,
byte pUnits) |
int |
readOutSupported()
Flag indicating if property value can be read out.
|
FlyCapture2_C.fc2PropertyInfo |
readOutSupported(int readOutSupported) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2_C.fc2PropertyInfo |
reserved(int i,
int reserved) |
int |
type()
Property info type.
|
FlyCapture2_C.fc2PropertyInfo |
type(int type) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic fc2PropertyInfo()
public fc2PropertyInfo(long size)
Pointer.position(long).public fc2PropertyInfo(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2PropertyInfo position(long position)
public FlyCapture2_C.fc2PropertyInfo type(int type)
public FlyCapture2_C.fc2PropertyInfo present(int present)
public FlyCapture2_C.fc2PropertyInfo autoSupported(int autoSupported)
@Cast(value="BOOL") public int manualSupported()
public FlyCapture2_C.fc2PropertyInfo manualSupported(int manualSupported)
@Cast(value="BOOL") public int onOffSupported()
public FlyCapture2_C.fc2PropertyInfo onOffSupported(int onOffSupported)
@Cast(value="BOOL") public int onePushSupported()
public FlyCapture2_C.fc2PropertyInfo onePushSupported(int onePushSupported)
@Cast(value="BOOL") public int absValSupported()
public FlyCapture2_C.fc2PropertyInfo absValSupported(int absValSupported)
@Cast(value="BOOL") public int readOutSupported()
public FlyCapture2_C.fc2PropertyInfo readOutSupported(int readOutSupported)
public FlyCapture2_C.fc2PropertyInfo min(int min)
public FlyCapture2_C.fc2PropertyInfo max(int max)
public float absMin()
public FlyCapture2_C.fc2PropertyInfo absMin(float absMin)
public float absMax()
public FlyCapture2_C.fc2PropertyInfo absMax(float absMax)
public FlyCapture2_C.fc2PropertyInfo pUnits(int i, byte pUnits)
@MemberGetter @Cast(value="char*") public BytePointer pUnits()
@Cast(value="char") public byte pUnitAbbr(int i)
public FlyCapture2_C.fc2PropertyInfo pUnitAbbr(int i, byte pUnitAbbr)
@MemberGetter @Cast(value="char*") public BytePointer pUnitAbbr()
public FlyCapture2_C.fc2PropertyInfo reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.