public static class FlyCapture2.SystemInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.SystemInfo() |
FlyCapture2.SystemInfo(int size) |
FlyCapture2.SystemInfo(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteOrder()
Byte order of the system.
|
FlyCapture2.SystemInfo |
byteOrder(int byteOrder) |
BytePointer |
cpuDescription() |
byte |
cpuDescription(int i)
Detailed description of the CPU.
|
FlyCapture2.SystemInfo |
cpuDescription(int i,
byte cpuDescription) |
BytePointer |
driverList() |
byte |
driverList(int i)
List of drivers used.
|
FlyCapture2.SystemInfo |
driverList(int i,
byte driverList) |
BytePointer |
gpuDescription() |
byte |
gpuDescription(int i)
Detailed description of the GPU.
|
FlyCapture2.SystemInfo |
gpuDescription(int i,
byte gpuDescription) |
BytePointer |
libraryList() |
byte |
libraryList(int i)
List of libraries used.
|
FlyCapture2.SystemInfo |
libraryList(int i,
byte libraryList) |
long |
numCpuCores()
Number of cores on all CPUs on the system.
|
FlyCapture2.SystemInfo |
numCpuCores(long numCpuCores) |
BytePointer |
osDescription() |
byte |
osDescription(int i)
Detailed description of the operating system.
|
FlyCapture2.SystemInfo |
osDescription(int i,
byte osDescription) |
int |
osType()
Operating system type as described by OSType.
|
FlyCapture2.SystemInfo |
osType(int osType) |
FlyCapture2.SystemInfo |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.SystemInfo |
reserved(int i,
int reserved) |
long |
screenHeight()
Screen resolution height in pixels.
|
FlyCapture2.SystemInfo |
screenHeight(long screenHeight) |
long |
screenWidth()
Screen resolution width in pixels.
|
FlyCapture2.SystemInfo |
screenWidth(long screenWidth) |
long |
sysMemSize()
Amount of memory available on the system.
|
FlyCapture2.SystemInfo |
sysMemSize(long sysMemSize) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic FlyCapture2.SystemInfo()
public FlyCapture2.SystemInfo(int size)
public FlyCapture2.SystemInfo(Pointer p)
public FlyCapture2.SystemInfo position(int position)
public int osType()
public FlyCapture2.SystemInfo osType(int osType)
public byte osDescription(int i)
public FlyCapture2.SystemInfo osDescription(int i, byte osDescription)
public BytePointer osDescription()
public int byteOrder()
public FlyCapture2.SystemInfo byteOrder(int byteOrder)
public long sysMemSize()
public FlyCapture2.SystemInfo sysMemSize(long sysMemSize)
public byte cpuDescription(int i)
public FlyCapture2.SystemInfo cpuDescription(int i, byte cpuDescription)
public BytePointer cpuDescription()
public long numCpuCores()
public FlyCapture2.SystemInfo numCpuCores(long numCpuCores)
public byte driverList(int i)
public FlyCapture2.SystemInfo driverList(int i, byte driverList)
public BytePointer driverList()
public byte libraryList(int i)
public FlyCapture2.SystemInfo libraryList(int i, byte libraryList)
public BytePointer libraryList()
public byte gpuDescription(int i)
public FlyCapture2.SystemInfo gpuDescription(int i, byte gpuDescription)
public BytePointer gpuDescription()
public long screenWidth()
public FlyCapture2.SystemInfo screenWidth(long screenWidth)
public long screenHeight()
public FlyCapture2.SystemInfo screenHeight(long screenHeight)
public int reserved(int i)
public FlyCapture2.SystemInfo reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.