int ph_c_connection_write

(MAbstractConnection* _aAbstractConnection,
  const void* _aOutBuf, int _aLength)

Sends data to the remote device.

Documentation

Sends data to the remote device. A connection must be established before any data can be transmitted. There's no limit for the data lenght so if the underlying networking techonlogy requires segmentation it must be hidden from the user.

Parameters:
_aAbstractConnection - pointer to connection object to use
_aOutBuf - Buffer containing the data to be sent.
_aLength - The length of the data to be sent.
Returns:
the number of bytes sent

Alphabetic index HTML hierarchy of classes or Java



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