Unit 'flcTCPConnection' Package
[Overview][Types][Classes][Index] [#pl_fundamentals]

TTCPConnection.PeekDelimited

Declaration

Source position: flcTCPConnection.pas line 488

public function TTCPConnection.PeekDelimited(

  var Buf;

  const BufSize: Integer;

  const ADelimiter: TRawByteCharSet;

  const AMaxSize: Integer = - 1

):Integer; overload;

function TTCPConnection.PeekDelimited(

  var Buf;

  const BufSize: Integer;

  const ADelimiter: RawByteString;

  const AMaxSize: Integer = - 1

):Integer; overload;



CT Web help

CodeTyphon Studio