@Namespace(value="FlyCapture2") public static class FlyCapture2.GigEProperty extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEProperty()
Default native constructor.
|
GigEProperty(int size)
Native array allocator.
|
GigEProperty(Pointer p)
Pointer cast constructor.
|
| 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)
Pointer.position(int).public GigEProperty(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2.GigEProperty position(int position)
public FlyCapture2.GigEProperty propType(int propType)
@Cast(value="bool") public boolean isReadable()
public FlyCapture2.GigEProperty isReadable(boolean isReadable)
public FlyCapture2.GigEProperty isWritable(boolean isWritable)
public FlyCapture2.GigEProperty min(int min)
public FlyCapture2.GigEProperty max(int max)
public FlyCapture2.GigEProperty value(int value)
Copyright © 2015. All Rights Reserved.