In file No file:

int osl_sendSocket (oslSocket Socket, const void* pBuffer, int BytesToSend, oslSocketMsgFlag Flag)

Tries to send BytesToSend data from the connected socket, if no error occurs

Documentation

Tries to send BytesToSend data from the connected socket, if no error occurs.
Returns:
the number of transfered bytes.
Parameters:
Socket - [in] A connected socket.
pBuffer - [in] Points to a buffer that contains the send-data.
BytesToSend - [in] The number of bytes to send. pBuffer must have at least this size.
Flag - [in] Modifier for the call. Valid values are:
  • osl_msg_normal,
  • osl_msg_oob,
  • osl_msg_peek,
  • osl_msg_dontroute,
  • osl_msg_maxiovlen,

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de