@Namespace(value="FlyCapture2") public static class FlyCapture2.EventOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
EventOptions()
Default native constructor.
|
EventOptions(long size)
Native array allocator.
|
EventOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.CameraEventCallback |
EventCallbackFcn()
Callback function pointer
|
FlyCapture2.EventOptions |
EventCallbackFcn(FlyCapture2.CameraEventCallback EventCallbackFcn) |
BytePointer |
EventName()
Event name to register
|
Pointer |
EventUserData()
Pointer to callback data to be passed to the callback function
|
long |
EventUserDataSize()
Size of the underlying struct passed as eventCallbackData for sanity checks
|
FlyCapture2.EventOptions |
EventUserDataSize(long EventUserDataSize) |
FlyCapture2.EventOptions |
position(long position) |
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 EventOptions()
public EventOptions(long size)
Pointer.position(long).public EventOptions(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2.EventOptions position(long position)
public FlyCapture2.CameraEventCallback EventCallbackFcn()
public FlyCapture2.EventOptions EventCallbackFcn(FlyCapture2.CameraEventCallback EventCallbackFcn)
@MemberGetter @Cast(value="const char*") public BytePointer EventName()
@MemberGetter @Const public Pointer EventUserData()
@Cast(value="size_t") public long EventUserDataSize()
public FlyCapture2.EventOptions EventUserDataSize(long EventUserDataSize)
Copyright © 2019. All rights reserved.