Contents

SCNetworkConnectionGetStatus(_:)

Returns the status of the specified network connection.

Declaration

func SCNetworkConnectionGetStatus(_ connection: SCNetworkConnection) -> SCNetworkConnectionStatus

Parameters

  • connection:

    The network connection.

Return Value

The status of the network connection. See SCNetworkConnectionStatus for a list of possible values.

See Also

Getting Connection-Status Information