C# Class ManagedCuda.Nvml.nvmlPciInfo

Show file Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
bus uint
device uint
domain uint
pciDeviceId uint
pciSubSystemId uint
reserved0 uint
reserved1 uint
reserved2 uint
reserved3 uint

Property Details

bus public property

The bus on which the device resides, 0 to 0xff
public uint bus
return uint

device public property

The device's id on the bus, 0 to 31
public uint device
return uint

domain public property

The PCI domain on which the device's bus resides, 0 to 0xffff
public uint domain
return uint

pciDeviceId public property

The combined 16-bit device id and 16-bit vendor id
public uint pciDeviceId
return uint

pciSubSystemId public property

The 32-bit Sub System Device ID. Added in NVML 2.285 API
public uint pciSubSystemId
return uint

reserved0 public property

NVIDIA reserved for internal use only
public uint reserved0
return uint

reserved1 public property

public uint reserved1
return uint

reserved2 public property

public uint reserved2
return uint

reserved3 public property

public uint reserved3
return uint