public static class CrashDump.CrashReport extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
CrashDump.CrashReport.ErrorSourceInfo |
static class |
CrashDump.CrashReport.ThreadCallstack |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CrashReport()
Default native constructor.
|
CrashReport(long size)
Native array allocator.
|
CrashReport(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
crashedThreadId() |
CrashDump.CrashReport |
crashedThreadId(int setter) |
BytePointer |
errorSource() |
CrashDump.CrashReport |
errorSource(BytePointer setter) |
CrashDump.CrashReport.ErrorSourceInfo |
errorSourceInfo() |
CrashDump.CrashReport |
errorSourceInfo(CrashDump.CrashReport.ErrorSourceInfo setter) |
CrashDump.CrashReport |
getPointer(long i) |
CrashDump.CrashReport |
position(long position) |
depthai.ProcessorType |
processor() |
CrashDump.CrashReport |
processor(depthai.ProcessorType setter) |
CrashDump.CrashReport.ThreadCallstack |
threadCallstack() |
CrashDump.CrashReport |
threadCallstack(CrashDump.CrashReport.ThreadCallstack 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 CrashReport()
public CrashReport(long size)
Pointer.position(long)
.public CrashReport(Pointer p)
Pointer(Pointer)
.public CrashDump.CrashReport position(long position)
public CrashDump.CrashReport getPointer(long i)
getPointer
in class Pointer
public depthai.ProcessorType processor()
public CrashDump.CrashReport processor(depthai.ProcessorType setter)
@StdString public BytePointer errorSource()
public CrashDump.CrashReport errorSource(BytePointer setter)
public CrashDump.CrashReport crashedThreadId(int setter)
@ByRef public CrashDump.CrashReport.ErrorSourceInfo errorSourceInfo()
public CrashDump.CrashReport errorSourceInfo(CrashDump.CrashReport.ErrorSourceInfo setter)
@StdVector public CrashDump.CrashReport.ThreadCallstack threadCallstack()
public CrashDump.CrashReport threadCallstack(CrashDump.CrashReport.ThreadCallstack setter)
Copyright © 2024. All rights reserved.