@Properties(inherit=nvml.class) public class nvmlPSUInfo_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
nvmlPSUInfo_t()
Default native constructor.
|
nvmlPSUInfo_t(long size)
Native array allocator.
|
nvmlPSUInfo_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
current()
PSU current (A)
|
nvmlPSUInfo_t |
current(int setter) |
nvmlPSUInfo_t |
getPointer(long i) |
nvmlPSUInfo_t |
position(long position) |
int |
power()
PSU power draw (W)
|
nvmlPSUInfo_t |
power(int setter) |
BytePointer |
state() |
byte |
state(int i)
The power supply state
|
nvmlPSUInfo_t |
state(int i,
byte setter) |
int |
voltage()
PSU voltage (V)
|
nvmlPSUInfo_t |
voltage(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic nvmlPSUInfo_t()
public nvmlPSUInfo_t(long size)
Pointer.position(long).public nvmlPSUInfo_t(Pointer p)
Pointer.Pointer(Pointer).public nvmlPSUInfo_t position(long position)
public nvmlPSUInfo_t getPointer(long i)
getPointer in class Pointerpublic nvmlPSUInfo_t state(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer state()
public nvmlPSUInfo_t current(int setter)
public nvmlPSUInfo_t voltage(int setter)
public nvmlPSUInfo_t power(int setter)
Copyright © 2020. All rights reserved.