![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Enumerations | |
| enum | VTT_TYPE { VTT_void = 0, VTT_bit = 1, VTT_char = 2, VTT_uchar = 3, VTT_int = 4, VTT_uint = 5, VTT_short = 6, VTT_ushort = 7, VTT_long = 8, VTT_ulong = 9, VTT_float = 10, VTT_double = 11, VTT_ptr = 12, VTT_union = 13, VTT_struct = 14, VTT_func = 15, VTT_string = 16, VTT_enum = 17, VTT_field = 18, VTT_int64 = 19, VTT_uint64 = 20, VTT_end } |
| enum VTT_TYPE |
Variant-Types used in TVAL
Gives the type of the corresponding data in a TVAL structure.