Show / Hide Table of Contents

    Struct nvmlUnitFanSpeeds

    Fan speed readings for an entire S-class unit.

    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 nvmlUnitFanSpeeds

    Fields

    | Improve this Doc View Source

    count

    Number of fans in unit

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

    fans

    Fan speed data for each fan

    Declaration
    public nvmlUnitFanInfo[] fans
    Field Value
    Type Description
    nvmlUnitFanInfo[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX