HardwarePropertiesManager.GetFanSpeeds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return an array of fan speeds in RPM.
[Android.Runtime.Register("getFanSpeeds", "()[F", "GetGetFanSpeedsHandler", ApiSince=24)]
public virtual float[] GetFanSpeeds ();
[<Android.Runtime.Register("getFanSpeeds", "()[F", "GetGetFanSpeedsHandler", ApiSince=24)>]
abstract member GetFanSpeeds : unit -> single[]
override this.GetFanSpeeds : unit -> single[]
Returns
an array of float fan speeds in RPM. Empty if there are no fans or fan speed is not supported on this system.
- Attributes
Remarks
Return an array of fan speeds in RPM.
Java documentation for android.os.HardwarePropertiesManager.getFanSpeeds()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.