flush


Description

Resets memory to starting memory address.

Syntax

C++
void flush()

Arguments

None

Return Value

None

Example

dsm.flush();

Notes

It is a good idea to reset the memory after you stop it. This member method along with the memory stop method, stop, should usually be used together.