![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| int | nTask |
| Task ID (1-based for RTX), 0 corresponds to implicit main thread. More... | |
| xU64 | nAdr |
| Task entry address. More... | |
| UINT | nState:8 |
| Task state. More... | |
| UINT | __pad0__:24 |
| Reserved. More... | |
| SSTR | name |
Task list enumeration return data
Contains a stack enumeration item.
This structure is used in the following messages:
Client <== uVision (Async)
| UINT TASKENUM::__pad0__ |
Reserved.
| xU64 TASKENUM::nAdr |
Task entry address.
| SSTR TASKENUM::name |
| UINT TASKENUM::nState |
Task state.
| int TASKENUM::nTask |
Task ID (1-based for RTX), 0 corresponds to implicit main thread.