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 Sourcecount
Number of fans in unit
Declaration
public uint count
Field Value
Type | Description |
---|---|
System.UInt32 |
fans
Fan speed data for each fan
Declaration
public nvmlUnitFanInfo[] fans
Field Value
Type | Description |
---|---|
nvmlUnitFanInfo[] |