@Namespace(value="dai") @Properties(inherit=depthai.class) public class NodeIoInfo extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
NodeIoInfo.Type |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NodeIoInfo()
Default native constructor.
|
NodeIoInfo(long size)
Native array allocator.
|
NodeIoInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
blocking() |
NodeIoInfo |
blocking(boolean setter) |
NodeIoInfo |
getPointer(long i) |
BytePointer |
group() |
NodeIoInfo |
group(BytePointer setter) |
int |
id() |
NodeIoInfo |
id(int setter) |
BytePointer |
name() |
NodeIoInfo |
name(BytePointer setter) |
NodeIoInfo |
position(long position) |
int |
queueSize() |
NodeIoInfo |
queueSize(int setter) |
NodeIoInfo.Type |
type() |
NodeIoInfo |
type(NodeIoInfo.Type setter) |
boolean |
waitForMessage() |
NodeIoInfo |
waitForMessage(boolean setter) |
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 NodeIoInfo()
public NodeIoInfo(long size)
Pointer.position(long)
.public NodeIoInfo(Pointer p)
Pointer(Pointer)
.public NodeIoInfo position(long position)
public NodeIoInfo getPointer(long i)
getPointer
in class Pointer
@StdString public BytePointer group()
public NodeIoInfo group(BytePointer setter)
@StdString public BytePointer name()
public NodeIoInfo name(BytePointer setter)
public NodeIoInfo.Type type()
public NodeIoInfo type(NodeIoInfo.Type setter)
public NodeIoInfo blocking(boolean setter)
public int queueSize()
public NodeIoInfo queueSize(int setter)
public NodeIoInfo waitForMessage(boolean setter)
public NodeIoInfo id(int setter)
Copyright © 2024. All rights reserved.