public static class FlyCapture2_C.fc2GigEConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2GigEConfig()
Default native constructor.
|
fc2GigEConfig(int size)
Native array allocator.
|
fc2GigEConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
enablePacketResend()
Turn on/off packet resend functionality
|
FlyCapture2_C.fc2GigEConfig |
enablePacketResend(int enablePacketResend) |
int |
maxPacketsToResend()
The max number of packets that can be requested to be resend
|
FlyCapture2_C.fc2GigEConfig |
maxPacketsToResend(int maxPacketsToResend) |
FlyCapture2_C.fc2GigEConfig |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i) |
FlyCapture2_C.fc2GigEConfig |
reserved(int i,
int reserved) |
int |
timeoutForPacketResend()
The number of miliseconds to wait for each requested packet
|
FlyCapture2_C.fc2GigEConfig |
timeoutForPacketResend(int timeoutForPacketResend) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic fc2GigEConfig()
public fc2GigEConfig(int size)
Pointer.position(int).public fc2GigEConfig(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2GigEConfig position(int position)
@Cast(value="BOOL") public int enablePacketResend()
public FlyCapture2_C.fc2GigEConfig enablePacketResend(int enablePacketResend)
@Cast(value="unsigned int") public int timeoutForPacketResend()
public FlyCapture2_C.fc2GigEConfig timeoutForPacketResend(int timeoutForPacketResend)
@Cast(value="unsigned int") public int maxPacketsToResend()
public FlyCapture2_C.fc2GigEConfig maxPacketsToResend(int maxPacketsToResend)
public FlyCapture2_C.fc2GigEConfig reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.