function ReadNoWait(var Buffer; const Count: integer): integer; overload;

function ReadNoWait(var Buffer: TBytes; const Offset, Count: integer): integer; overload;

 

Description

Reads the number of bytes equal to or less than specified in Count from the stream of server data into Buffer, and then immediately returns control to the application. ReadNoWait returns the count of bytes that were actually read.

 

See Also

ReadBuffer

Timeout

WriteBuffer

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support