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

Diff for /OpenXM/doc/calc2000/ox-messages.tex between version 1.1 and 1.2

version 1.1, 2000/04/24 04:20:11 version 1.2, 2000/04/24 05:01:29
Line 1 
Line 1 
 %%$OpenXM: OpenXM/doc/issac2000/ox-messages.tex,v 1.7 2000/01/16 06:02:41 takayama Exp $  %%$OpenXM: OpenXM/doc/calc2000/ox-messages.tex,v 1.1.1.1 2000/04/24 04:20:11 noro Exp $
   
 \section{OX messages}  \section{OX messages}
   
Line 20  are allowed and the byte order is determined as a part
Line 20  are allowed and the byte order is determined as a part
 the establishment of a connection. See Section \ref{secsession} for details.  the establishment of a connection. See Section \ref{secsession} for details.
   
 The OX messages are classified into three types:  The OX messages are classified into three types:
 DATA, COMMAND, and SPECIAL.  COMMAND, DATA and SPECIAL.
 We have currently the following general tags for the OX messages.  We have currently the following general tags for the OX messages.
 \begin{verbatim}  \begin{description}
 #define OX_COMMAND               513  // COMMAND  \item{COMMAND}
 #define OX_DATA                  514  // DATA  {\tt OX\_COMMAND}
 #define OX_SYNC_BALL             515  // SPECIAL  \item{DATA}
 #define OX_DATA_WITH_LENGTH      521  // DATA  {\tt OX\_DATA}, {\tt OX\_DATA\_WITH\_LENGTH}, {\tt OX\_DATA\_OPENMATH\_XML},
 #define OX_DATA_OPENMATH_XML     523  // DATA  
 #define OX_DATA_OPENMATH_BINARY  524  // DATA  {\tt OX\_DATA\_OPENMATH\_BINARY} {\tt OX\_DATA\_MP} \item{SPECIAL} {\tt OX\_SYNC\_BALL}
 #define OX_DATA_MP               525  // DATA  \end{description}
 \end{verbatim}  
   
 A new OX tag may be added.  A new OX tag may be added.
 The new tag should be classified into DATA or COMMAND.  The new tag should be classified into DATA or COMMAND.

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

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