@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class SyncProperties extends SyncPropertiesSerializable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SyncProperties()
Default native constructor.
|
SyncProperties(long size)
Native array allocator.
|
SyncProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
SyncProperties |
getPointer(long i) |
SyncProperties |
position(long position) |
int |
syncAttempts()
The number of syncing attempts before fail (num of replaced messages).
|
SyncProperties |
syncAttempts(int setter) |
long |
syncThresholdNs()
The maximal interval the messages can be apart in nanoseconds.
|
SyncProperties |
syncThresholdNs(long setter) |
clone, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public SyncProperties()
public SyncProperties(long size)
Pointer.position(long)
.public SyncProperties(Pointer p)
Pointer(Pointer)
.public SyncProperties position(long position)
position
in class SyncPropertiesSerializable
public SyncProperties getPointer(long i)
getPointer
in class SyncPropertiesSerializable
@Cast(value="uint64_t") public long syncThresholdNs()
public SyncProperties syncThresholdNs(long setter)
public int syncAttempts()
public SyncProperties syncAttempts(int setter)
Copyright © 2024. All rights reserved.