QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::service::QxTools : provide some tools to read/write on socket all datas transfered by QxService module of QxOrm library More...
#include <QxTools.h>
Static Public Member Functions | |
static qx_bool | readSocket (QTcpSocket &socket, QxTransaction &transaction, quint32 &size) |
static qx_bool | writeSocket (QTcpSocket &socket, QxTransaction &transaction, quint32 &size) |
qx::service::QxTools : provide some tools to read/write on socket all datas transfered by QxService module of QxOrm library
Click here to access to a tutorial to explain how to work with QxService module.
static qx_bool qx::service::QxTools::readSocket | ( | QTcpSocket & | socket, |
QxTransaction & | transaction, | ||
quint32 & | size | ||
) | [static] |
static qx_bool qx::service::QxTools::writeSocket | ( | QTcpSocket & | socket, |
QxTransaction & | transaction, | ||
quint32 & | size | ||
) | [static] |