TVAL Struct Reference

Virtual Register (VTR) value. More...

#include <UVSOCK.h>


Data Fields

VTT_TYPE vType
 Indicates the type of data in v.
union {
   unsigned long   ul
 VTT_ulong
   signed char   sc
 VTT_char
   unsigned char   uc
 VTT_uchar
   signed short   i16
 VTT_short
   unsigned short   u16
 VTT_ushort
   signed long   l
 VTT_long
   int   i
 VTT_int
   xI64   i64
 VTT_int64
   xU64   u64
 VTT_uint64
   float   f
 VTT_float
   double   d
 VTT_double
v
 Data type of this union depends on vType.


Detailed Description

Virtual Register (VTR) value.

This structure contains a Virtual Register (VTR) value. The value is contained in the v union and its type is contained in the vType variable.

This is a sub-structure and is not contained in any message directly

Definition at line 594 of file UVSOCK.h.


Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.

Generated with doxygen.