Public Attributes | |
VARIANT | totalVolatileBytes |
VARIANT | totalNonvolatileBytes |
VARIANT | freeVolatileBytes |
VARIANT | freeNonvolatileBytes |
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.
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.