[BACK]Return to ox-messages.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / ascm2001p

Diff for /OpenXM/doc/ascm2001p/ox-messages.tex between version 1.2 and 1.3

version 1.2, 2001/06/20 03:08:05 version 1.3, 2001/06/21 03:09:46
Line 1 
Line 1 
 %%$OpenXM: OpenXM/doc/ascm2001p/ox-messages.tex,v 1.1 2001/06/19 07:32:58 noro Exp $  %%$OpenXM: OpenXM/doc/ascm2001p/ox-messages.tex,v 1.2 2001/06/20 03:08:05 takayama Exp $
   
 \section{OX messages}  \section{OX messages}
   
 An OX message for TCP/IP is a byte stream consisting of  An OX message for TCP/IP is a byte stream consisting of
 a header and a body:  a header and a body.
 \begin{tabular}{|c|c|}  %\begin{tabular}{|c|c|}
 \hline  %\hline
 Header  & \hspace{10mm} Body \hspace{10mm} \\  %Header & \hspace{10mm} Body \hspace{10mm} \\
 \hline  %\hline
 \end{tabular}.  %\end{tabular}.
 The header consists of two signed 32 bit integers.  The header consists of two signed 32 bit integers.
 The first one is an OX tag  The first one is an OX tag
 and the second one is a serial number of the OX message.  and the second one is a serial number of the OX message.
Line 20  The OX messages are classified into three types:
Line 20  The OX messages are classified into three types:
 DATA, COMMAND, and SPECIAL.  DATA, COMMAND, and SPECIAL.
 %We have currently the following general tags for the OX messages:  %We have currently the following general tags for the OX messages:
 Typical OX tags are  Typical OX tags are
 \verb+OX_COMMAND+ (COMMAND), \verb+OX_DATA+ (DATA) and \verb+OX_SYNC_BALL+ (SPECIAL).  \verb+OX_COMMAND+, \verb+OX_DATA+, \verb+OX_DATA_DATA_OPENMATH_XML+
   and \verb+OX_SYNC_BALL+. The last one belongs to the SPECIAL category.
   
 %\begin{verbatim}  %\begin{verbatim}
 %#define        OX_COMMAND               513  // COMMAND  %#define        OX_COMMAND               513  // COMMAND

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>