Example #1
0
 public static extern nvmlReturn nvmlUnitSetLedState(nvmlUnit unit, nvmlLedColor color);
Example #2
0
 public static extern nvmlReturn nvmlUnitGetTemperature(nvmlUnit unit, uint type, ref uint temp);
Example #3
0
 public static extern nvmlReturn nvmlUnitGetUnitInfo(nvmlUnit unit, ref nvmlUnitInfo info);
Example #4
0
 public static extern nvmlReturn nvmlUnitGetPsuInfo(nvmlUnit unit, ref nvmlPSUInfo psu);
Example #5
0
 public static extern nvmlReturn nvmlUnitGetLedState(nvmlUnit unit, ref nvmlLedState state);
Example #6
0
 public static extern nvmlReturn nvmlUnitGetHandleByIndex(uint index, ref nvmlUnit unit);
Example #7
0
 public static extern nvmlReturn nvmlUnitGetFanSpeedInfo(nvmlUnit unit, ref nvmlUnitFanSpeeds fanSpeeds);
Example #8
0
 public static extern nvmlReturn nvmlUnitGetDevices(nvmlUnit unit, ref uint deviceCount, nvmlDevice[] devices);