Show / Hide Table of Contents

    Struct nvmlUnitFanInfo

    Fan speed reading for a single fan in an 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 nvmlUnitFanInfo

    Fields

    | Improve this Doc View Source

    speed

    Fan speed (RPM)

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

    state

    Flag that indicates whether fan is working properly

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