int ph_c_connection_read

(MAbstractConnection* _aAbstractConnection,
  void* _aInBuf, int _aLength)

Reads data send by a remote device.

Documentation

Reads data send by a remote device. The reserved buffer must be large enough to hold the requested amount of data. If the underlying networking technology requires segmentation then it must be implemented transparently to the user.

Parameters:
_aAbstractConnection - pointer to connection object to use
_aInBuf - The destination buffer.
_aLength - The number of bytes to be read.
Returns:
the number of bytes read

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.