public static class FlyCapture2.GigEProperty extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEProperty() |
GigEProperty(int size) |
GigEProperty(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable()
Whether the property is readable.
|
FlyCapture2.GigEProperty |
isReadable(boolean isReadable) |
boolean |
isWritable()
Whether the property is writable.
|
FlyCapture2.GigEProperty |
isWritable(boolean isWritable) |
int |
max()
Maximum value.
|
FlyCapture2.GigEProperty |
max(int max) |
int |
min()
Minimum value.
|
FlyCapture2.GigEProperty |
min(int min) |
FlyCapture2.GigEProperty |
position(int position) |
int |
propType()
The type of property.
|
FlyCapture2.GigEProperty |
propType(int propType) |
int |
value()
Current value.
|
FlyCapture2.GigEProperty |
value(int value) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic GigEProperty()
public GigEProperty(int size)
public GigEProperty(Pointer p)
public FlyCapture2.GigEProperty position(int position)
public int propType()
public FlyCapture2.GigEProperty propType(int propType)
public boolean isReadable()
public FlyCapture2.GigEProperty isReadable(boolean isReadable)
public boolean isWritable()
public FlyCapture2.GigEProperty isWritable(boolean isWritable)
public int min()
public FlyCapture2.GigEProperty min(int min)
public int max()
public FlyCapture2.GigEProperty max(int max)
public int value()
public FlyCapture2.GigEProperty value(int value)
Copyright © 2014. All Rights Reserved.