NetworkControlRoutingPolicy

public enum NetworkControlRoutingPolicy : String, CustomStringConvertible, CaseIterable

Routing policy.

  • all

    Broadcast to all links.

    Declaration

    Swift

    case all
  • Use wlan link if available, otherwise broadcast.

    Declaration

    Swift

    case wlan
  • Use cellular link if available, otherwise broadcast.

    Declaration

    Swift

    case cellular
  • Select best link.

    Declaration

    Swift

    case automatic
  • Debug description.

    Declaration

    Swift

    public var description: String { get }