public static extern void GetDeviceCurrentFanTachometerRPM(Structs.DeviceCUDA device, ref int tachometerRPM);
public static extern void GetDeviceCurrentTemperature(Structs.DeviceCUDA device, ref int temperature);
public static extern void GetDeviceSettingThermalLimit(Structs.DeviceCUDA device, ref int thermalLimit);
public static extern void GetDeviceSettingFanLevelPercent(Structs.DeviceCUDA device, ref int fanLevel);
public static extern void GetDeviceSettingMaxMemoryClock(Structs.DeviceCUDA device, ref int memoryClock);
public static extern void GetDeviceSettingPowerLimit(Structs.DeviceCUDA device, ref int powerLimit);
public static extern void HashMessage(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
public static extern void GetDeviceSettingMaxCoreClock(Structs.DeviceCUDA device, ref int coreClock);
public static extern void GetDeviceProperties(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
public static extern void ReleaseDeviceObjects(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
public static extern void GetDeviceCurrentThrottleReasons(Structs.DeviceCUDA device, StringBuilder reasons);
public static extern void GetDeviceCurrentPstate(Structs.DeviceCUDA device, ref int pState);
public static extern void GetDeviceCurrentUtilizationPercent(Structs.DeviceCUDA device, ref int utilization);
public static extern void GetDeviceCurrentMemoryClock(Structs.DeviceCUDA device, ref int memoryClock);
public static extern void GetDeviceCurrentCoreClock(Structs.DeviceCUDA device, ref int coreClock);