Internet Direct (Indy)
|
Determine if data is available in the unbuffered communication layer for the connection.
procedure CheckForDataOnSource( ATimeout: Integer = 0 ); override;
Parameters |
Description |
ATimeout |
Milliseconds to wait for the connection to become readable, or to return data. |
CheckForDataOnSource is an overridden procedure used to allow inspection of the unbuffered data source for the connection in the IOHandler.
CheckForDataOnSource is an empty implementation in TIdIOHandlerStream that simply implements the abstract virtual method from the ancestor.
TIdIOHandlerStream.ReadFromSource
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |