@NoOffset public static class btThreadSupportInterface.ConstructionInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ConstructionInfo(BytePointer uniqueName,
btThreadSupportInterface.ThreadFunc userThreadFunc) |
ConstructionInfo(BytePointer uniqueName,
btThreadSupportInterface.ThreadFunc userThreadFunc,
int threadStackSize) |
ConstructionInfo(Pointer p)
Pointer cast constructor.
|
ConstructionInfo(String uniqueName,
btThreadSupportInterface.ThreadFunc userThreadFunc) |
ConstructionInfo(String uniqueName,
btThreadSupportInterface.ThreadFunc userThreadFunc,
int threadStackSize) |
Modifier and Type | Method and Description |
---|---|
int |
m_threadStackSize() |
btThreadSupportInterface.ConstructionInfo |
m_threadStackSize(int setter) |
BytePointer |
m_uniqueName() |
btThreadSupportInterface.ConstructionInfo |
m_uniqueName(BytePointer setter) |
btThreadSupportInterface.ThreadFunc |
m_userThreadFunc() |
btThreadSupportInterface.ConstructionInfo |
m_userThreadFunc(btThreadSupportInterface.ThreadFunc setter) |
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, zero
public ConstructionInfo(Pointer p)
Pointer(Pointer)
.public ConstructionInfo(@Cast(value="const char*") BytePointer uniqueName, btThreadSupportInterface.ThreadFunc userThreadFunc, int threadStackSize)
public ConstructionInfo(@Cast(value="const char*") BytePointer uniqueName, btThreadSupportInterface.ThreadFunc userThreadFunc)
public ConstructionInfo(String uniqueName, btThreadSupportInterface.ThreadFunc userThreadFunc, int threadStackSize)
public ConstructionInfo(String uniqueName, btThreadSupportInterface.ThreadFunc userThreadFunc)
@Cast(value="const char*") public BytePointer m_uniqueName()
public btThreadSupportInterface.ConstructionInfo m_uniqueName(BytePointer setter)
public btThreadSupportInterface.ThreadFunc m_userThreadFunc()
public btThreadSupportInterface.ConstructionInfo m_userThreadFunc(btThreadSupportInterface.ThreadFunc setter)
public int m_threadStackSize()
public btThreadSupportInterface.ConstructionInfo m_threadStackSize(int setter)
Copyright © 2024. All rights reserved.