@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 |
name() |
NodeIoInfo |
name(BytePointer setter) |
NodeIoInfo |
position(long position) |
int |
queueSize() |
NodeIoInfo |
queueSize(int setter) |
NodeIoInfo.Type |
type() |
NodeIoInfo |
type(NodeIoInfo.Type 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic 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 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)
Copyright © 2021. All rights reserved.