@Properties(inherit=FlyCapture2_C.class) public class fc2Property extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
fc2Property()
Default native constructor.
|
fc2Property(long size)
Native array allocator.
|
fc2Property(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
absControl()
Flag controlling absolute mode (real world units)
or non-absolute mode (camera internal units).
|
fc2Property |
absControl(int setter) |
float |
absValue()
Floating point value.
|
fc2Property |
absValue(float setter) |
int |
autoManualMode()
Flag controlling auto.
|
fc2Property |
autoManualMode(int setter) |
fc2Property |
getPointer(long i) |
int |
onePush()
Flag controlling one push.
|
fc2Property |
onePush(int setter) |
int |
onOff()
Flag controlling on/off.
|
fc2Property |
onOff(int setter) |
fc2Property |
position(long position) |
int |
present()
Flag indicating if the property is present.
|
fc2Property |
present(int setter) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
fc2Property |
reserved(int i,
int setter) |
int |
type()
Property info type.
|
fc2Property |
type(int setter) |
int |
valueA()
Value A (integer).
|
fc2Property |
valueA(int setter) |
int |
valueB()
Value B (integer).
|
fc2Property |
valueB(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic fc2Property()
public fc2Property(long size)
Pointer.position(long).public fc2Property(Pointer p)
Pointer(Pointer).public fc2Property position(long position)
public fc2Property getPointer(long i)
getPointer in class Pointerpublic fc2Property type(int setter)
public fc2Property present(int setter)
@Cast(value="BOOL") public int absControl()
public fc2Property absControl(int setter)
public fc2Property onePush(int setter)
public fc2Property onOff(int setter)
public fc2Property autoManualMode(int setter)
@Cast(value="unsigned int") public int valueA()
public fc2Property valueA(int setter)
@Cast(value="unsigned int") public int valueB()
public fc2Property valueB(int setter)
public float absValue()
public fc2Property absValue(float setter)
public fc2Property reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2021. All rights reserved.