SERIO Struct Reference

Terminal I/O data. More...

#include <UVSOCK.h>


Data Fields

xWORD16 nChannel
 0:=#1, 1:=#2
xWORD16 itemMode
 0:=Bytes, 1:=WORD16
DWORD nMany
 number of items (BYTE or WORD16)
union {
   xUC8   aBytes [1]
 nMany Bytes follow here.
   xWORD16   aWords [1]
 nMany Word16 follow here.
s
 nMany data items.


Detailed Description

Terminal I/O data.

Contains uVision terminal window data, and the channel the data is associated with. The channel list is target dependent.

This structure is used in the following messages:

Client ==> uVision (Request)

Client <== uVision (Response)

Definition at line 671 of file UVSOCK.h.


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

Generated with doxygen.