C# Class ManagedCuda.Nvml.nvmlUnitFanInfo

Show file Open project: kunzmi/managedCuda

Public Properties

Property Type Description
speed uint
state nvmlFanState

Property Details

speed public property

Fan speed (RPM)
public uint speed
return uint

state public property

Flag that indicates whether fan is working properly
public nvmlFanState state
return nvmlFanState