![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Details returned in response to a ping to the server.
A ping details object is immutable.
Properties | |
NSTimeInterval | roundTripTime |
NSDate * | timestamp |
Instance Methods | |
(BOOL) | - isEqualToPingDetails: |
- (BOOL) isEqualToPingDetails: | (nullable PTDiffusionPingDetails *) | pingDetails |
Compares the receiver to the given content.
pingDetails | The ping details object with which to compare the receiver. |
YES
if the ping details is equal to the contents of the receiver, otherwise NO
.
|
readnonatomicassign |
The round trip time from when the ping was sent to the time the response was received.
|
readnonatomicassign |
The time the ping was sent.