Class IpcMemory
The IpcMemory class provides methods to interact with the memory of a TwinCAT ADS device. It allows reading the allocated and available program memory, as well as storage memory and memory division. The class handles different subindexes for devices with more than 4 GB of RAM and WindowsCE devices.
public class IpcMemory
- Inheritance
-
IpcMemory
- Inherited Members
Properties
MemoryDivision
Memory division. Only for WindowsCE.
public uint MemoryDivision { get; }
Property Value
ProgramMemoryAllocated
Program Memory Allocated.
public ulong ProgramMemoryAllocated { get; }
Property Value
ProgramMemoryAvailable
Program Memory Available.
public ulong ProgramMemoryAvailable { get; }
Property Value
StorageMemoryAllocated
Storage Memory Allocated. Only for WindowsCE.
public uint StorageMemoryAllocated { get; }
Property Value
StorageMemoryAvailable
Storage Memory Available. Only for WindowsCE.
public uint StorageMemoryAvailable { get; }