![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
class AsioClient More...
Public Member Functions | |
| AsioClient (boost::asio::io_service &ioService, const tcp::endpoint &ep, bool bDisableNoDelayOnClient, bool bDisableNoDelayOnServer, bool bMergeHdrAndData, ipsdk::ipUInt32 nHdrSz, ipsdk::ipUInt32 nDataSz, size_t nbExchanges) | |
| constructor More... | |
| ~AsioClient () | |
| destructor | |
class AsioClient
|
inline |
constructor
| ioService | asio io_service used by the internal socket |
| ep | endpoint describing the server parameters, to which to connect |
| bDisableNoDelayOnClient | determines whether "no delay" TCP/IP option has to be enabled or disabled on client |
| bDisableNoDelayOnServer | determines whether "no delay" TCP/IP option has to be enabled or disabled on server |
| bMergeHdrAndData | determines whether header and data buffers are merged so that delivery is made in a single operation or not |
| nHdrSz | size, in bytes, of the header buffer |
| nDataSz | size, in bytes, of the data buffer |
| nbExchanges | number of emissions/receptions of headers and data |
1.8.14