Receive

This method receives data through the socket.

Visibility

Public

Signature
virtual int Receive (char* lpBuf, int nBufLen) = 0;
Parameters
lpBuf

The string buffer in which data will be stored

nBufLen

The length of the buffer

Returns

The method returns one of the following values:


Feedback