NetworkTransportReport
public struct NetworkTransportReport : Sendable
A structure that represents a network transport bitRate statics.
-
The statistics of outgoing queue bytes per second.
Declaration
Swift
public let queueBytesOut: Int
-
The statistics of incoming bytes per second.
Declaration
Swift
public let totalBytesIn: Int
-
The statistics of outgoing bytes per second.
Declaration
Swift
public let totalBytesOut: Int
-
Creates a new instance.
Declaration
Swift
public init(queueBytesOut: Int, totalBytesIn: Int, totalBytesOut: Int)