Show / Hide Table of Contents

    Struct nvmlPciInfo

    PCI information about a GPU device.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public struct nvmlPciInfo

    Fields

    | Improve this Doc View Source

    bus

    The bus on which the device resides, 0 to 0xff

    Declaration
    public uint bus
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    busId

    The tuple domain:bus:device.function PCI identifier (& NULL terminator)

    Declaration
    public string busId
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    device

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

    Declaration
    public uint device
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    domain

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

    Declaration
    public uint domain
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    pciDeviceId

    The combined 16-bit device id and 16-bit vendor id

    Declaration
    public uint pciDeviceId
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    pciSubSystemId

    The 32-bit Sub System Device ID. Added in NVML 2.285 API

    Declaration
    public uint pciSubSystemId
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    reserved0

    NVIDIA reserved for internal use only

    Declaration
    public uint reserved0
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    reserved1

    Declaration
    public uint reserved1
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    reserved2

    Declaration
    public uint reserved2
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    reserved3

    Declaration
    public uint reserved3
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX