memory_data
Description
Retrieves the frequency word from memory
Syntax
C++
UInt64 memory_data(UInt32 memAddress)
Arguments
| memAddress | memory address |
Return Value
| freqWord | frequency word |
Example
unsigned freqWord;
unsigned memAddress = 0x0000A;
freqWord = dsm.memory_data(memAddress);
Notes
This method would be a helpful debugging tool should you ever need it.