Status values indicating whether a path can be used by connections.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 6.0+
- Xcode 10.0+
Framework
- Network
Declaration
enum NWPath.Status
Status values indicating whether a path can be used by connections.
SDKs
Framework
enum NWPath.Status
case unsatisfied
The path is not available for use.
case satisfied
The path is available to establish connections and send data.
case requires Connection
The path is not currently available, but establishing a new connection may activate the path.
static func != (NWPath .Status, NWPath .Status) -> Bool
Returns a Boolean value indicating whether two values are not equal.
let status: NWPath .Status
A status indicating whether a path can be used by connections.