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
SSTR Struct Reference

Data Fields

int nLen
 Length of name (including NULL terminator) More...
 
char szStr [256]
 NULL terminated name string. More...
 

Description

String data

Transfers string data between the client and uVision.

NOTE: In some cases, the string may be longer the the statically defined szStr string length.

This structure is used in the following messages:

Client ==> uVision (Request)

Client <== uVision (Async)

Field Documentation

int SSTR::nLen

Length of name (including NULL terminator)

char SSTR::szStr[256]

NULL terminated name string.