@Namespace(value="FlyCapture2") public static class FlyCapture2.GigEProperty extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEProperty()
Default native constructor.
|
GigEProperty(long 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(long position) |
int |
propType()
The type of property.
|
FlyCapture2.GigEProperty |
propType(int propType) |
int |
value()
Current value.
|
FlyCapture2.GigEProperty |
value(int value) |
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 GigEProperty()
public GigEProperty(long size)
Pointer.position(long).public GigEProperty(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2.GigEProperty position(long 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 © 2019. All rights reserved.