Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
ISystem::MemoryInfo Struct Reference
Collaboration diagram for ISystem::MemoryInfo:
Collaboration graph

Public Attributes

VARIANT totalVolatileBytes
 
VARIANT totalNonvolatileBytes
 
VARIANT freeVolatileBytes
 
VARIANT freeNonvolatileBytes
 

Detailed Description

This structure defines the memory information.

Elements of struct MemoryInfo

Type Element Description
VARIANT totalVolatileBytes Total RAM of the device in bytes.
VARIANT totalNonvolatileBytes Total non-volatile RAM of the device in bytes. This memory is not directly accessible for the user, but used for storing system parameters and settings. For example axis configuration etc...
VARIANT freeVolatileBytes Free RAM of the device in bytes.
VARIANT freeNonvolatileBytes Free non-volatile RAM of the device in bytes. This value should never reach 0.

Definition at line 249 of file ISystem.idl.

Member Data Documentation

VARIANT ISystem::MemoryInfo::totalVolatileBytes

Total RAM of the device in bytes.

Definition at line 251 of file ISystem.idl.

VARIANT ISystem::MemoryInfo::totalNonvolatileBytes

Total non-volatile RAM of the device in bytes.

Definition at line 252 of file ISystem.idl.

VARIANT ISystem::MemoryInfo::freeVolatileBytes

Free RAM of the device in bytes.

Definition at line 253 of file ISystem.idl.

VARIANT ISystem::MemoryInfo::freeNonvolatileBytes

Free non-volatile RAM of the device in bytes. This value should never reach 0.

Definition at line 254 of file ISystem.idl.


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