AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkNetworkClient.Ping Property

Returns the ping between the given client and the host.

Syntax
Pascal
property Ping: Single;

To get the total transit time of data from one client to another you must add the two ping times for both clients together as all data goes via the host. If you use the host's client ID it will return 0 as the host has no ping to itself.

Copyright (c) 2012. All rights reserved.