ResponseTime Property

Time elapsed between sending the original packet and the remote host reply.

Syntax

ANSI (Cross Platform)
int GetResponseTime();

Unicode (Windows)
INT GetResponseTime();
@property (nonatomic,readonly,assign,getter=responseTime) int responseTime;
- (int)responseTime;
#define PID_PING_RESPONSETIME 8

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Ping_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

This property contains the time elapsed between sending the original packet and the remote host reply. The time value is expressed in milliseconds. The lowest resolution available depends on the resolution of the clock on the host system (normally between 10ms and 20ms)..

This property is read-only.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]