![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| OPTSEL | job |
| Project item type. More... | |
| UINT | iTarg |
| 'Target name' starts at &szBuffer[iTarg] More... | |
| UINT | iGroup |
| 'Group name' starts at &szBuffer[iGroup] More... | |
| UINT | iFile |
| (no-path) 'File name' starts at &szBuffer[iFile] More... | |
| UINT | iItem |
| 'Item data string' starts at &szBuffer[iItem] More... | |
| char | szBuffer [3] |
| Option location and data (0, 'Target name',0 [,'Group name',0 [,'FileName',0]] [,'Item data string',0]) More... | |
Project option data
Structure containing the project option level and data information
This structure is used in the following messages:
Client ==> uVision (Request)
Client <== uVision (Response)
'Item data string' Format In the case of job being OPT_MEMRANGES, 'Item data string' is replaced by the UV_MEMINFO structure.
| UINT TRNOPT::iFile |
(no-path) 'File name' starts at &szBuffer[iFile]
| UINT TRNOPT::iGroup |
'Group name' starts at &szBuffer[iGroup]
| UINT TRNOPT::iItem |
'Item data string' starts at &szBuffer[iItem]
| UINT TRNOPT::iTarg |
'Target name' starts at &szBuffer[iTarg]
| OPTSEL TRNOPT::job |
Project item type.
| char TRNOPT::szBuffer[3] |
Option location and data (0, 'Target name',0 [,'Group name',0 [,'FileName',0]] [,'Item data string',0])