@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(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absControl()
Flag controlling absolute mode.
|
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) |
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, 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 Property(Pointer p)
Pointer.Pointer(Pointer).public Property()
public FlyCapture2.Property type(int type)
public FlyCapture2.Property present(boolean present)
public FlyCapture2.Property absControl(boolean absControl)
public FlyCapture2.Property onePush(boolean onePush)
public FlyCapture2.Property onOff(boolean onOff)
public FlyCapture2.Property autoManualMode(boolean autoManualMode)
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 © 2015. All Rights Reserved.