Table of Contents

Class IpcMemory

Namespace
TwinSharp.IPC
Assembly
TwinSharp.dll

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

uint

ProgramMemoryAllocated

Program Memory Allocated.

public ulong ProgramMemoryAllocated { get; }

Property Value

ulong

ProgramMemoryAvailable

Program Memory Available.

public ulong ProgramMemoryAvailable { get; }

Property Value

ulong

StorageMemoryAllocated

Storage Memory Allocated. Only for WindowsCE.

public uint StorageMemoryAllocated { get; }

Property Value

uint

StorageMemoryAvailable

Storage Memory Available. Only for WindowsCE.

public uint StorageMemoryAvailable { get; }

Property Value

uint