Show / Hide Table of Contents

    Struct nvmlBridgeChipInfo

    Information about the Bridge Chip Firmware

    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 nvmlBridgeChipInfo

    Fields

    | Improve this Doc View Source

    fwVersion

    Firmware Version. 0=Version is unavailable

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

    type

    Type of Bridge Chip

    Declaration
    public nvmlBridgeChipType type
    Field Value
    Type Description
    nvmlBridgeChipType
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX