@Properties(inherit=nvml.class) public class nvmlEventData_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
nvmlEventData_t()
Default native constructor.
|
nvmlEventData_t(long size)
Native array allocator.
|
nvmlEventData_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
nvmlDevice_st |
device()
Specific device where the event occurred
|
nvmlEventData_t |
device(nvmlDevice_st setter) |
long |
eventData()
Stores last XID error for the device in the event of nvmlEventTypeXidCriticalError,
|
nvmlEventData_t |
eventData(long setter) |
long |
eventType()
Information about what specific event occurred
|
nvmlEventData_t |
eventType(long setter) |
nvmlEventData_t |
position(long position) |
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, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic nvmlEventData_t()
public nvmlEventData_t(long size)
Pointer.position(long).public nvmlEventData_t(Pointer p)
Pointer.Pointer(Pointer).public nvmlEventData_t position(long position)
public nvmlDevice_st device()
public nvmlEventData_t device(nvmlDevice_st setter)
@Cast(value="unsigned long long") public long eventType()
public nvmlEventData_t eventType(long setter)
@Cast(value="unsigned long long") public long eventData()
public nvmlEventData_t eventData(long setter)
Copyright © 2019. All rights reserved.