PortRange

public class PortRange : Codable

Class representing port range

  • low

    lowest port number in range

    Declaration

    Swift

    public let low: Int
  • highest port number in range

    Declaration

    Swift

    public let high: Int