ConnectionStats
public struct ConnectionStats : Codable
Connection statistics for a reporting interval
-
Undocumented
Declaration
Swift
public let roundTripTimeAvg: Double? -
Undocumented
Declaration
Swift
public let packetsSent: Int? -
Undocumented
Declaration
Swift
public let packetsReceived: Int? -
Undocumented
Declaration
Swift
public let bytesSent: Int? -
Undocumented
Declaration
Swift
public let bytesReceived: Int? -
Undocumented
Declaration
Swift
public let currentRoundTripTime: Double? -
Undocumented
Declaration
Swift
public let roundTripTimeSource: String? -
init(roundTripTimeAvg:packetsSent: packetsReceived: bytesSent: bytesReceived: currentRoundTripTime: roundTripTimeSource: ) Undocumented
Declaration
Swift
public init( roundTripTimeAvg: Double? = nil, packetsSent: Int? = nil, packetsReceived: Int? = nil, bytesSent: Int? = nil, bytesReceived: Int? = nil, currentRoundTripTime: Double? = nil, roundTripTimeSource: String? = nil )