@Properties(inherit=nvml.class) public class nvmlPciInfoExt_v1_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
nvmlPciInfoExt_v1_t()
Default native constructor.
|
nvmlPciInfoExt_v1_t(long size)
Native array allocator.
|
nvmlPciInfoExt_v1_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
baseClass()
The 8-bit PCI base class code
|
nvmlPciInfoExt_v1_t |
baseClass(int setter) |
int |
bus()
The bus on which the device resides, 0 to 0xff
|
nvmlPciInfoExt_v1_t |
bus(int setter) |
BytePointer |
busId() |
byte |
busId(int i)
The tuple domain:bus:device.function PCI identifier (& NULL terminator)
|
nvmlPciInfoExt_v1_t |
busId(int i,
byte setter) |
int |
device()
The device's id on the bus, 0 to 31
|
nvmlPciInfoExt_v1_t |
device(int setter) |
int |
domain()
The PCI domain on which the device's bus resides, 0 to 0xffffffff
|
nvmlPciInfoExt_v1_t |
domain(int setter) |
nvmlPciInfoExt_v1_t |
getPointer(long i) |
int |
pciDeviceId()
The combined 16-bit device id and 16-bit vendor id
|
nvmlPciInfoExt_v1_t |
pciDeviceId(int setter) |
int |
pciSubSystemId()
The 32-bit Sub System Device ID
|
nvmlPciInfoExt_v1_t |
pciSubSystemId(int setter) |
nvmlPciInfoExt_v1_t |
position(long position) |
int |
subClass()
The 8-bit PCI sub class code
|
nvmlPciInfoExt_v1_t |
subClass(int setter) |
int |
version()
The version number of this struct
|
nvmlPciInfoExt_v1_t |
version(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic nvmlPciInfoExt_v1_t()
public nvmlPciInfoExt_v1_t(long size)
Pointer.position(long).public nvmlPciInfoExt_v1_t(Pointer p)
Pointer(Pointer).public nvmlPciInfoExt_v1_t position(long position)
public nvmlPciInfoExt_v1_t getPointer(long i)
getPointer in class Pointerpublic nvmlPciInfoExt_v1_t version(int setter)
@Cast(value="unsigned int") public int domain()
public nvmlPciInfoExt_v1_t domain(int setter)
public nvmlPciInfoExt_v1_t bus(int setter)
public nvmlPciInfoExt_v1_t device(int setter)
@Cast(value="unsigned int") public int pciDeviceId()
public nvmlPciInfoExt_v1_t pciDeviceId(int setter)
@Cast(value="unsigned int") public int pciSubSystemId()
public nvmlPciInfoExt_v1_t pciSubSystemId(int setter)
public nvmlPciInfoExt_v1_t baseClass(int setter)
public nvmlPciInfoExt_v1_t subClass(int setter)
@Cast(value="char") public byte busId(int i)
public nvmlPciInfoExt_v1_t busId(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer busId()
Copyright © 2025. All rights reserved.