@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.StrobeInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StrobeInfo() |
StrobeInfo(long size)
Native array allocator.
|
StrobeInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
maxValue()
Maximum value.
|
FlyCapture2.StrobeInfo |
maxValue(float maxValue) |
float |
minValue()
Minimum value.
|
FlyCapture2.StrobeInfo |
minValue(float minValue) |
boolean |
onOffSupported()
Flag indicating if on/off is supported.
|
FlyCapture2.StrobeInfo |
onOffSupported(boolean onOffSupported) |
boolean |
polaritySupported()
Flag indicating if polarity is supported.
|
FlyCapture2.StrobeInfo |
polaritySupported(boolean polaritySupported) |
FlyCapture2.StrobeInfo |
position(long position) |
boolean |
present()
Presence of strobe.
|
FlyCapture2.StrobeInfo |
present(boolean present) |
boolean |
readOutSupported()
Flag indicating if strobe value can be read out.
|
FlyCapture2.StrobeInfo |
readOutSupported(boolean readOutSupported) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.StrobeInfo |
reserved(int i,
int reserved) |
int |
source()
Source value.
|
FlyCapture2.StrobeInfo |
source(int source) |
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 StrobeInfo(Pointer p)
Pointer.Pointer(Pointer).public StrobeInfo(long size)
Pointer.position(long).public StrobeInfo()
public FlyCapture2.StrobeInfo position(long position)
public FlyCapture2.StrobeInfo source(int source)
public FlyCapture2.StrobeInfo present(boolean present)
@Cast(value="bool") public boolean readOutSupported()
public FlyCapture2.StrobeInfo readOutSupported(boolean readOutSupported)
@Cast(value="bool") public boolean onOffSupported()
public FlyCapture2.StrobeInfo onOffSupported(boolean onOffSupported)
@Cast(value="bool") public boolean polaritySupported()
public FlyCapture2.StrobeInfo polaritySupported(boolean polaritySupported)
public float minValue()
public FlyCapture2.StrobeInfo minValue(float minValue)
public float maxValue()
public FlyCapture2.StrobeInfo maxValue(float maxValue)
public FlyCapture2.StrobeInfo reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.