![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| UINT | bFull: 1 |
| Unused, kept for backward compatibility. More... | |
| UINT | bExtended: 1 |
| Get extended information: nVars, nTotal, iTask (see STACKENUM) Extended stack mode only More... | |
| UINT | bModified: 1 |
| Enumerate only modified frames Extended stack mode only More... | |
| UINT | __pad0__:29 |
| Reserved. More... | |
| UINT | nTask |
| Task ID: reserved for RTX case, otherwise ignored. More... | |
| UINT | nRes [6] |
| Reserved. More... | |
Stack enumeration request data
Contains data indicating how a stack enumeration should be performed.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT iSTKENUM::__pad0__ |
Reserved.
| UINT iSTKENUM::bExtended |
Get extended information: nVars, nTotal, iTask (see STACKENUM) Extended stack mode only
| UINT iSTKENUM::bFull |
Unused, kept for backward compatibility.
| UINT iSTKENUM::bModified |
Enumerate only modified frames Extended stack mode only
| UINT iSTKENUM::nRes[6] |
Reserved.
| UINT iSTKENUM::nTask |
Task ID: reserved for RTX case, otherwise ignored.