PortInfoSourceType

public enum PortInfoSourceType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case `default` = "DEFAULT"
  • Undocumented

    Declaration

    Swift

    case instance = "INSTANCE"
  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Undocumented

    Declaration

    Swift

    case closed = "CLOSED"
  • Declaration

    Swift

    public var description: String { get }