Command to acknowledge getting memory contents. More...
#include <ToolctlMessages.h>
Data Fields | |
| BG_Addr_t | addr |
| Address of returned memory. | |
| uint32_t | length |
| Length of memory in bytes. | |
| unsigned char | data [0] |
| Memory contents. Variable size data area up to MaxMemorySize. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to acknowledge getting memory contents.
Definition at line 725 of file ToolctlMessages.h.
Address of returned memory.
Definition at line 727 of file ToolctlMessages.h.
| unsigned char bgcios::toolctl::GetMemoryAckCmd::data[0] |
Memory contents. Variable size data area up to MaxMemorySize.
Definition at line 729 of file ToolctlMessages.h.
Length of memory in bytes.
Definition at line 728 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
1.6.1