@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.Property extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Property() |
Property(int propType) |
Property(long size)
Native array allocator.
|
Property(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absControl()
Flag controlling absolute mode (real world units)
or non-absolute mode (camera internal units).
|
FlyCapture2.Property |
absControl(boolean absControl) |
float |
absValue()
Floating point value.
|
FlyCapture2.Property |
absValue(float absValue) |
boolean |
autoManualMode()
Flag controlling auto.
|
FlyCapture2.Property |
autoManualMode(boolean autoManualMode) |
boolean |
onePush()
Flag controlling one push.
|
FlyCapture2.Property |
onePush(boolean onePush) |
boolean |
onOff()
Flag controlling on/off.
|
FlyCapture2.Property |
onOff(boolean onOff) |
FlyCapture2.Property |
position(long position) |
boolean |
present()
Flag indicating if the property is present.
|
FlyCapture2.Property |
present(boolean present) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.Property |
reserved(int i,
int reserved) |
int |
type()
Property info type.
|
FlyCapture2.Property |
type(int type) |
int |
valueA()
Value A (integer).
|
FlyCapture2.Property |
valueA(int valueA) |
int |
valueB()
Value B (integer).
|
FlyCapture2.Property |
valueB(int valueB) |
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 Property(Pointer p)
Pointer.Pointer(Pointer).public Property(long size)
Pointer.position(long).public Property()
public FlyCapture2.Property position(long position)
public FlyCapture2.Property type(int type)
public FlyCapture2.Property present(boolean present)
@Cast(value="bool") public boolean absControl()
public FlyCapture2.Property absControl(boolean absControl)
public FlyCapture2.Property onePush(boolean onePush)
public FlyCapture2.Property onOff(boolean onOff)
public FlyCapture2.Property autoManualMode(boolean autoManualMode)
@Cast(value="unsigned int") public int valueA()
public FlyCapture2.Property valueA(int valueA)
@Cast(value="unsigned int") public int valueB()
public FlyCapture2.Property valueB(int valueB)
public float absValue()
public FlyCapture2.Property absValue(float absValue)
public FlyCapture2.Property reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.