D0301
HTML Application SDK  A0.101
Public Member Functions | List of all members
SystemInformation Interface Reference

import"SystemInformationPlugin.idl";

Public Member Functions

Integer getCpuTemperature ()
 
Float getCpuUsagePercentage ()
 
Float getRamUsagePercentage ()
 

Detailed Description

This is a class which implements global SystemInformation object.

Member Function Documentation

Integer SystemInformation.getCpuTemperature ( )

gets current temperature of the CPU

var cpuTemperature = SystemInformation.getCpuTemperature();
Returns
Current temperature of the CPU.
Float SystemInformation.getCpuUsagePercentage ( )

Gets the percentage of CPU in use

var usageCpuPercentage = SystemInformation.getCpuUsagePercentage();
Returns
Percentage of current usage cpu.
Float SystemInformation.getRamUsagePercentage ( )

Gets the percentage of memory in use

var usageMemoryPercentage = SystemInformation.getRamUsagePercentage();
Returns
Percentage of current usage memory.

The documentation for this interface was generated from the following file: