LocalityType

enum LocalityType
extension LocalityType : Equatable, Hashable, Sendable

Network locality of request.

  • Unknown locality.

    Declaration

    Swift

    case unspecified
  • Communication through a local hub peer that forwards requests and responses.

    Declaration

    Swift

    case localPeer
  • Communication outside the local network.

    Declaration

    Swift

    case remote
  • Multiple communication routes found.

    This only applies when aggregating multiple types, like in DeviceType and HomeDevice.

    Declaration

    Swift

    case mixed