memory_dll


Description

Gets memory DLL status.

Syntax

Boolean memory_dll

Read

Sees if memory DLL is on or off.

Example

bool memDLLStatus;
memDLLStatus = dsm.memory_dll;

Write

Sets new memory DLL status.

Example

dsm.memory_dll = true;

Notes

For a more detailed explanation of the memory DLL please see the DSM manual.