@Name(value="std::unordered_map<std::int8_t,dai::BoardConfig::UART>") @Properties(inherit=depthai.class) public class ByteUARTMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteUARTMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ByteUARTMap() |
ByteUARTMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteUARTMap.Iterator |
begin() |
boolean |
empty() |
ByteUARTMap.Iterator |
end() |
void |
erase(ByteUARTMap.Iterator pos) |
BoardConfig.UART |
get(byte i) |
ByteUARTMap |
put(byte i,
BoardConfig.UART value) |
ByteUARTMap |
put(ByteUARTMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ByteUARTMap(Pointer p)
Pointer(Pointer).public ByteUARTMap()
@Name(value="operator =") @ByRef public ByteUARTMap put(@ByRef ByteUARTMap x)
public boolean empty()
public long size()
@Index @ByRef public BoardConfig.UART get(byte i)
public ByteUARTMap put(byte i, BoardConfig.UART value)
public void erase(@ByVal ByteUARTMap.Iterator pos)
@ByVal public ByteUARTMap.Iterator begin()
@ByVal public ByteUARTMap.Iterator end()
Copyright © 2023. All rights reserved.