Contents

newTemperature

Tells a power managed driver that the temperature in the thermal zone has changed.

Declaration

virtual IOReturn newTemperature(
 long currentTemp,
 IOService *whichZone ) __attribute__((deprecated));

Overview

This call is unused by power management. It is not intended to be called or overridden.

See Also

Miscellaneous