Viva Clipper !

hb_inetRecvEndblock()

Advertisements

HB_INETRECVENDBLOCK()

Read a block from a socket

Syntax

      HB_INETRECVENDBLOCK( <socket> [, <cBlock >[, @<nBytesRead> ;
                           [, <nMaxLength> [, <nBufSize> ]]]] ) 
                           -> cResult

Arguments

<socket> a socket previously created / opened

<cBlock>

<nBytesRead>

<nMaxLength>

<nBufSize>

Returns

Block read

Description

This function operates exactly the same way as hb_InetRecvLine, but the “record termination” is customizable through the cBlock parameter. If not given, this parameter defaults to the CRLF sequence. Provided by: Marcelo Lombardo

Compliance

Harbour

Advertisements

Advertisements