Send

This method sends data through the socket.

Visibility

Public

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

A constant string buffer that contains the data to be sent

nBufLen

The length of the buffer

Returns

The method returns one of the following values:


Feedback