Subnet

public struct Subnet : Equatable
  • Declaration

    Swift

    public var prefixLength: UInt8
  • Declaration

    Swift

    public var ipAddress: String
  • Declaration

    Swift

    public init(prefixLength: UInt8, ipAddress: String)
  • Declaration

    Swift

    public init(json: [String : Any])
  • Declaration

    Swift

    public static func == (lhs: Subnet, rhs: Subnet) -> Bool