IpAddressType

public enum IpAddressType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ipv4 = "IPV4"
  • Declaration

    Swift

    public var description: String { get }