MemInfo GetLatestMemoryInfo(string)
This method allows monitoring of the current memory data.
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
devName |
(Optional) string The name of the device. If not supplied, the first matching configured device of this type will be used. |
Return
An MemInfo object that can be parsed as JSON.
Remarks
Examples
function getLatestMemoryInfo() {
var memInfo = KioOmronEnviroSensor.GetLatestMemoryInfo();
alert(JSON.stringify(memInfo, null, 2));
}
Requirements
KioWare for Windows version 8.16 or greater.