Mount Fuji Engine  0.8b
int MFSockets_Send ( MFSocket  socket,
const char *  pBuffer,
int  bufferLength,
uint32  flags 
)

Sends data on a connected socket.

Parameters
socketDescriptor identifying a connected socket.
pBufferBuffer containing the data to be transmitted.
bufferLengthLength of the data in pBuffer, in bytes.
flagsIndicator specifying the way in which the call is made.
Returns
The total number of bytes sent, which can be less than the number indicated by bufferLength.