NetworkMonitorReport

public struct NetworkMonitorReport : Sendable

The struct represents a network statistics.

  • The statistics of total incoming bytes.

    Declaration

    Swift

    public let totalBytesIn: Int
  • The statistics of total outgoing bytes.

    Declaration

    Swift

    public let totalBytesOut: Int
  • The statistics of outgoing queue bytes per second.

    Declaration

    Swift

    public let currentQueueBytesOut: Int
  • The statistics of incoming bytes per second.

    Declaration

    Swift

    public let currentBytesInPerSecond: Int
  • The statistics of outgoing bytes per second.

    Declaration

    Swift

    public let currentBytesOutPerSecond: Int