public static class FlyCapture2.Property extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.Property() |
FlyCapture2.Property(int propType) |
FlyCapture2.Property(Pointer p) |
| 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 FlyCapture2.Property(Pointer p)
public FlyCapture2.Property()
public FlyCapture2.Property(int propType)
public int type()
public FlyCapture2.Property type(int type)
public boolean present()
public FlyCapture2.Property present(boolean present)
public boolean absControl()
public FlyCapture2.Property absControl(boolean absControl)
public boolean onePush()
public FlyCapture2.Property onePush(boolean onePush)
public boolean onOff()
public FlyCapture2.Property onOff(boolean onOff)
public boolean autoManualMode()
public FlyCapture2.Property autoManualMode(boolean autoManualMode)
public int valueA()
public FlyCapture2.Property valueA(int valueA)
public int valueB()
public FlyCapture2.Property valueB(int valueB)
public float absValue()
public FlyCapture2.Property absValue(float absValue)
public int reserved(int i)
public FlyCapture2.Property reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.