IOStreamBitRateStats
public struct IOStreamBitRateStats
A structure that represents a IOStream’s bitRate statics.
-
The statistics of outgoing queue bytes per second.
Declaration
Swift
public let currentQueueBytesOut: Int64
-
The statistics of incoming bytes per second.
Declaration
Swift
public let currentBytesInPerSecond: Int32
-
The statistics of outgoing bytes per second.
Declaration
Swift
public let currentBytesOutPerSecond: Int32