![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Typedefs | |
| typedef unsigned char | xBOOL |
| typedef unsigned char | xUC8 |
| typedef unsigned short int | xWORD16 |
| typedef signed short int | xINT16 |
| typedef unsigned __int64 | xU64 |
| typedef signed __int64 | xI64 |
| typedef unsigned char xBOOL |
Boolean data type
This may need to be redefined if not running on Microsoft Windows.
| typedef signed __int64 xI64 |
64-bit signed data type
This may need to be redefined if not running on Microsoft Windows.
| typedef signed short int xINT16 |
16-bit signed data type
This may need to be redefined if not running on Microsoft Windows.
| typedef unsigned __int64 xU64 |
64-bit unsigned data type
This may need to be redefined if not running on Microsoft Windows.
| typedef unsigned char xUC8 |
8-bit unsigned data type
This may need to be redefined if not running on Microsoft Windows.
| typedef unsigned short int xWORD16 |
16-bit unsigned data type
This may need to be redefined if not running on Microsoft Windows.