SCNetworkConnectionGetStatus(_:)
Returns the status of the specified network connection.
Declaration
func SCNetworkConnectionGetStatus(_ connection: SCNetworkConnection) -> SCNetworkConnectionStatusParameters
- connection:
The network connection.
Return Value
The status of the network connection. See SCNetworkConnectionStatus for a list of possible values.