int HSend

( SOCKET fd, const char* szBuf, int iBufLen,
  int iFlags )

send data to TCP network.

Documentation

send data to TCP network.

This function is wrapper function of send and continue try sending if there exist data for sending.

Parameters:
fd - socket
szBuf - data to send
iBufLen - size of szBuf
iFlags - option
Returns:
if success, return count of sending data. otherwise return SOCKET_ERROR.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



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