/// <summary>To be documented.</summary>
 public static unsafe Result ThermalGetTemperatureTrend(this ExtThermalQuery thisApi, [Count(Count = 0)] Session session, [Count(Count = 0)] PerfSettingsDomainEXT domain, [Count(Count = 0)] PerfSettingsNotificationLevelEXT *notificationLevel, [Count(Count = 0)] Span <float> tempHeadroom, [Count(Count = 0)] Span <float> tempSlope)
 {
     // SpanOverloader
     return(thisApi.ThermalGetTemperatureTrend(session, domain, notificationLevel, ref tempHeadroom.GetPinnableReference(), ref tempSlope.GetPinnableReference()));
 }
Beispiel #2
0
 public unsafe partial Result ThermalGetTemperatureTrend([Count(Count = 0)] Session session, [Count(Count = 0)] PerfSettingsDomainEXT domain, [Count(Count = 0)] PerfSettingsNotificationLevelEXT *notificationLevel, [Count(Count = 0)] ref float tempHeadroom, [Count(Count = 0)] ref float tempSlope);