Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
EXECCMD Struct Reference

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...
 

Description

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)

  • UV_DBG_EXEC_CMD (Set bEcho to 1 to echo the command and result in the uVision Command Window, or 0 for no echo. Set sCmd to the command string to execute)

Field Documentation

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.