@Namespace(value="FlyCapture2") @NoOffset @Properties(inherit=FlyCapture2.class) public class StrobeControl extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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).
|
StrobeControl |
delay(float setter) |
float |
duration()
Signal duration (in ms).
|
StrobeControl |
duration(float setter) |
StrobeControl |
getPointer(long i) |
boolean |
onOff()
Flag controlling on/off.
|
StrobeControl |
onOff(boolean setter) |
int |
polarity()
Signal polarity.
|
StrobeControl |
polarity(int setter) |
StrobeControl |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
StrobeControl |
reserved(int i,
int setter) |
int |
source()
Source value.
|
StrobeControl |
source(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StrobeControl(Pointer p)
Pointer(Pointer).public StrobeControl(long size)
Pointer.position(long).public StrobeControl()
public StrobeControl position(long position)
public StrobeControl getPointer(long i)
getPointer in class Pointerpublic StrobeControl source(int setter)
public StrobeControl onOff(boolean setter)
public StrobeControl polarity(int setter)
public float delay()
public StrobeControl delay(float setter)
public float duration()
public StrobeControl duration(float setter)
public StrobeControl reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2021. All rights reserved.