version 1.3, 2000/01/24 02:48:24 |
version 1.4, 2000/03/16 04:59:53 |
|
|
%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.2 2000/01/24 00:57:11 noro Exp $ |
%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.3 2000/01/24 02:48:24 noro Exp $ |
/*&jp |
/*&jp |
\section{ OX サーバに対する C ライブラリインタフェース } |
\section{ OX サーバに対する C ライブラリインタフェース } |
|
|
Line 30 CMO should be converted into the binary encoded form t |
|
Line 30 CMO should be converted into the binary encoded form t |
|
/*&eg |
/*&eg |
This function initializes the library interface. |
This function initializes the library interface. |
{\tt type} specifies the byte order to send int32 to the OX server xxx. |
{\tt type} specifies the byte order to send int32 to the OX server xxx. |
If type is equal to 0, the network byte order will be used. |
If type is equal to 0, the native byte order will be used. |
If type is equal to 1, the little endian order will be used. |
If type is equal to 1, the network byte order will be used. |
In case of error, -1 will be returned. |
In case of error, -1 will be returned. |
*/ |
*/ |
/*&jp |
/*&jp |
この関数はライブラリインタフェースの初期化を行う. |
この関数はライブラリインタフェースの初期化を行う. |
OX サーバ xxx へ int32 を送るための byte order を type で指定する. |
OX サーバ xxx へ int32 を送るための byte order を type で指定する. |
type = 0 の場合 network byte order が設定される. |
type = 0 の場合 native byte order が設定される. |
type = 1 の場合 little endian order が設定される. |
type = 1 の場合 network byte order が設定される. |
失敗した場合, -1 を戻す. |
失敗した場合, -1 を戻す. |
*/ |
*/ |
|
|