enum LocalityTypeextension LocalityType : Equatable, Hashable, SendableNetwork 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
DeviceTypeandHomeDevice.Declaration
Swift
case mixed