public static class FlyCapture2_C.fc2SystemInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2SystemInfo()
Default native constructor.
|
fc2SystemInfo(long size)
Native array allocator.
|
fc2SystemInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteOrder()
Byte order of the system.
|
FlyCapture2_C.fc2SystemInfo |
byteOrder(int byteOrder) |
BytePointer |
cpuDescription() |
byte |
cpuDescription(int i)
Detailed description of the CPU.
|
FlyCapture2_C.fc2SystemInfo |
cpuDescription(int i,
byte cpuDescription) |
BytePointer |
driverList() |
byte |
driverList(int i)
List of drivers used.
|
FlyCapture2_C.fc2SystemInfo |
driverList(int i,
byte driverList) |
BytePointer |
gpuDescription() |
byte |
gpuDescription(int i)
Detailed description of the GPU.
|
FlyCapture2_C.fc2SystemInfo |
gpuDescription(int i,
byte gpuDescription) |
BytePointer |
libraryList() |
byte |
libraryList(int i)
List of libraries used.
|
FlyCapture2_C.fc2SystemInfo |
libraryList(int i,
byte libraryList) |
long |
numCpuCores()
Number of cores on all CPUs on the system.
|
FlyCapture2_C.fc2SystemInfo |
numCpuCores(long numCpuCores) |
BytePointer |
osDescription() |
byte |
osDescription(int i)
Detailed description of the operating system.
|
FlyCapture2_C.fc2SystemInfo |
osDescription(int i,
byte osDescription) |
int |
osType()
Operating system type as described by OSType.
|
FlyCapture2_C.fc2SystemInfo |
osType(int osType) |
FlyCapture2_C.fc2SystemInfo |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2_C.fc2SystemInfo |
reserved(int i,
int reserved) |
long |
screenHeight()
Screen resolution height in pixels.
|
FlyCapture2_C.fc2SystemInfo |
screenHeight(long screenHeight) |
long |
screenWidth()
Screen resolution width in pixels.
|
FlyCapture2_C.fc2SystemInfo |
screenWidth(long screenWidth) |
long |
sysMemSize()
Amount of memory available on the system.
|
FlyCapture2_C.fc2SystemInfo |
sysMemSize(long sysMemSize) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic fc2SystemInfo()
public fc2SystemInfo(long size)
Pointer.position(long).public fc2SystemInfo(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2SystemInfo position(long position)
public FlyCapture2_C.fc2SystemInfo osType(int osType)
@Cast(value="char") public byte osDescription(int i)
public FlyCapture2_C.fc2SystemInfo osDescription(int i, byte osDescription)
@MemberGetter @Cast(value="char*") public BytePointer osDescription()
public FlyCapture2_C.fc2SystemInfo byteOrder(int byteOrder)
public FlyCapture2_C.fc2SystemInfo sysMemSize(long sysMemSize)
@Cast(value="char") public byte cpuDescription(int i)
public FlyCapture2_C.fc2SystemInfo cpuDescription(int i, byte cpuDescription)
@MemberGetter @Cast(value="char*") public BytePointer cpuDescription()
@Cast(value="size_t") public long numCpuCores()
public FlyCapture2_C.fc2SystemInfo numCpuCores(long numCpuCores)
public FlyCapture2_C.fc2SystemInfo driverList(int i, byte driverList)
@MemberGetter @Cast(value="char*") public BytePointer driverList()
public FlyCapture2_C.fc2SystemInfo libraryList(int i, byte libraryList)
@MemberGetter @Cast(value="char*") public BytePointer libraryList()
@Cast(value="char") public byte gpuDescription(int i)
public FlyCapture2_C.fc2SystemInfo gpuDescription(int i, byte gpuDescription)
@MemberGetter @Cast(value="char*") public BytePointer gpuDescription()
public FlyCapture2_C.fc2SystemInfo screenWidth(long screenWidth)
public FlyCapture2_C.fc2SystemInfo screenHeight(long screenHeight)
public FlyCapture2_C.fc2SystemInfo reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.