HB_INETSENDALL()
Send data through a socket with blocking
Syntax
HB_INETSENDALL( <socket>, <cBuffer> [, <nLength> ] ) -> nResult
Arguments
<socket> a socket previously created / opened
<cBuffer>
<nLength>
Returns
The amount of data written, 0 (zero) if the socket is closed, or -1 on an error
Description
This function works exactly as hb_InetSend() but it ensures that all the data to be sent is written before returning.
Compliance
Harbour
Pingback: Harbour All Functions – H | Viva Clipper !
Pingback: Harbour inet Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !