You are not logged in.
I got an interface with a ping command among others
(interface was already defined with fPipeClient.ServiceDefine)
service := fPipeClient.Services[fServiceName];
if service <> nil then
if service.Get(I) then
result := I.ping;
I need this I.ping to be quick, like, if no answer in 10 millisecs just return false, I have not found a timeout property.
Thanks.
Offline
Thank you, great idea.
Offline