Topic Path: Symbol Reference > Classes > TIdEcho Class > TIdEcho Properties > EchoTime Property
ContentsIndexHome
PreviousUpNext
TIdEcho.EchoTime Property

Indicates the elapsed time needed to send and receive echo data.

property EchoTime: Cardinal;

EchoTime is a read-only Cardinal property that indicates the number of milliseconds required to send and receive data using the Echo method. Use EchoTime to determine when there may be problems with the network or connection. 

EchoTime is calculated in the Echo method using GetTickCount and GetTickDiff, and represents the elapsed milliseconds from the start of the echo request until completion of the echo response. EchoTime is adjusted to reflect situations where the ending time reverts to a 0 (zero) value after the Echo transmission has been started.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.