AdapterUsageData

public struct AdapterUsageData

Information about the data usage and limits of a network adapter.

  • Bytes allowed over this adapter in current month period. 0 for unlimited.

    Declaration

    Swift

    public var usageMonthlyLimit: Int64
  • Day of the month to reset monthly usage on. 0 for last 30 days.

    Declaration

    Swift

    public var usageMonthlyResetDay: Int64
  • Bytes allowed over this adapter in a single day. 0 for unlimited.

    Declaration

    Swift

    public var usageDailyLimit: Int64
  • Extra Bytes allowed over this adapter today. This value resets to 0 every day.

    Declaration

    Swift

    public var usageDailyBoost: Int64
  • Rate limit used when this adapter hits a daily or monthly limit. If 0, this adapter is no longer used.

    Declaration

    Swift

    public var overlimitRatelimit: Int64
  • Bytes used over this connection today.

    Declaration

    Swift

    public var usageDaily: Int64
  • Bytes used over this connection in last 30 days.

    Declaration

    Swift

    public var usageMonthly: Int64