stop


Description

Stops the DSM memory.

Syntax

C++
void stop()

Arguments

None

Return Value

None

Example

dsm.stop();

Notes

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