@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.StrobeControl extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StrobeControl() |
StrobeControl(long size)
Native array allocator.
|
StrobeControl(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
delay()
Signal delay (in ms).
|
FlyCapture2.StrobeControl |
delay(float delay) |
float |
duration()
Signal duration (in ms).
|
FlyCapture2.StrobeControl |
duration(float duration) |
boolean |
onOff()
Flag controlling on/off.
|
FlyCapture2.StrobeControl |
onOff(boolean onOff) |
int |
polarity()
Signal polarity.
|
FlyCapture2.StrobeControl |
polarity(int polarity) |
FlyCapture2.StrobeControl |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.StrobeControl |
reserved(int i,
int reserved) |
int |
source()
Source value.
|
FlyCapture2.StrobeControl |
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 StrobeControl(Pointer p)
Pointer.Pointer(Pointer).public StrobeControl(long size)
Pointer.position(long).public StrobeControl()
public FlyCapture2.StrobeControl position(long position)
public FlyCapture2.StrobeControl source(int source)
public FlyCapture2.StrobeControl onOff(boolean onOff)
public FlyCapture2.StrobeControl polarity(int polarity)
public float delay()
public FlyCapture2.StrobeControl delay(float delay)
public float duration()
public FlyCapture2.StrobeControl duration(float duration)
public FlyCapture2.StrobeControl reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.