![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| UINT | bEcho: 1 |
| 1:=echo command and response in uVision Command Window, 0:=no echo More... | |
| UINT | __pad0__:31 |
| Reserved. More... | |
| UINT | nRes [7] |
| Reserved. More... | |
| SSTR | sCmd |
| Command to execute. More... | |
Command execution request / response data
Contains data indicating how and which command uVision should execute.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT EXECCMD::__pad0__ |
Reserved.
| UINT EXECCMD::bEcho |
1:=echo command and response in uVision Command Window, 0:=no echo
| UINT EXECCMD::nRes[7] |
Reserved.
| SSTR EXECCMD::sCmd |
Command to execute.