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