8.7.8.55. GEL_MemoryListSupportedTypes()ΒΆ
List supported memory data display formats.
Syntax
GEL_MemoryListSupportedTypes( page );
Parameters
page: identifies the type of memory to fill: 0 (Program memory), 1 (Data memory) or 2 (I/O space)
Description
This API can be used to list all possible memory data display formats for the targets. The format index could be used with GEL_MemorySaveData and GEL_MemoryLoadData to save and load data to a file in the specified format
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Related Topics