C# Class ManagedCuda.Nvml.nvmlUnitFanInfo

Mostrar archivo Open project: kunzmi/managedCuda

Public Properties

Property Type Description
speed uint
state nvmlFanState

Property Details

speed public_oe property

Fan speed (RPM)
public uint speed
return uint

state public_oe property

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