@Namespace(value="dai") @Properties(inherit=depthai.class) public class BoardConfig extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
BoardConfig.Camera
Camera description
|
static class |
BoardConfig.GPIO
GPIO config
|
static class |
BoardConfig.IMU |
static class |
BoardConfig.Network
Network configuration
|
static class |
BoardConfig.UART
UART instance config
|
static class |
BoardConfig.USB
USB related config
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BoardConfig()
Default native constructor.
|
BoardConfig(long size)
Native array allocator.
|
BoardConfig(Pointer p)
Pointer cast constructor.
|
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, zeropublic BoardConfig()
public BoardConfig(long size)
Pointer.position(long).public BoardConfig(Pointer p)
Pointer(Pointer).public BoardConfig position(long position)
public BoardConfig getPointer(long i)
getPointer in class Pointer@ByRef public BoardConfig.USB usb()
public BoardConfig usb(BoardConfig.USB setter)
@ByRef public BoardConfig.Network network()
public BoardConfig network(BoardConfig.Network setter)
@ByRef public StringVector sysctl()
public BoardConfig sysctl(StringVector setter)
@ByRef @Cast(value="tl::optional<uint32_t>*") public IntOptional watchdogTimeoutMs()
public BoardConfig watchdogTimeoutMs(IntOptional setter)
@ByRef @Cast(value="tl::optional<uint32_t>*") public IntOptional watchdogInitialDelayMs()
public BoardConfig watchdogInitialDelayMs(IntOptional setter)
@ByRef public ByteGPIOMap gpio()
public BoardConfig gpio(ByteGPIOMap setter)
@ByRef public ByteUARTMap uart()
public BoardConfig uart(ByteUARTMap setter)
@ByRef public BoolOptional pcieInternalClock()
public BoardConfig pcieInternalClock(BoolOptional setter)
@ByRef public BoolOptional usb3PhyInternalClock()
public BoardConfig usb3PhyInternalClock(BoolOptional setter)
@ByRef public BoolOptional mipi4LaneRgb()
public BoardConfig mipi4LaneRgb(BoolOptional setter)
@ByRef public BoolOptional emmc()
public BoardConfig emmc(BoolOptional setter)
@ByRef public StringOptional logPath()
public BoardConfig logPath(StringOptional setter)
@ByRef public SizeTOptional logSizeMax()
public BoardConfig logSizeMax(SizeTOptional setter)
@ByRef public LogLevelOptional logVerbosity()
public BoardConfig logVerbosity(LogLevelOptional setter)
@ByRef public BoolOptional logDevicePrints()
public BoardConfig logDevicePrints(BoolOptional setter)
public BoardConfig nonExclusiveMode(boolean setter)
@ByRef public CameraBoardSocketBoardConfigCameraMap camera()
public BoardConfig camera(CameraBoardSocketBoardConfigCameraMap setter)
@ByRef public BoardConfigIMUOptional imu()
public BoardConfig imu(BoardConfigIMUOptional setter)
Copyright © 2023. All rights reserved.