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 Sourcespeed
Fan speed (RPM)
Declaration
public uint speed
Field Value
Type | Description |
---|---|
System.UInt32 |
state
Flag that indicates whether fan is working properly
Declaration
public nvmlFanState state
Field Value
Type | Description |
---|---|
nvmlFanState |