Contents

SCNetworkServiceCopyAll(_:)

Returns all available network services for the specified preferences.

Declaration

func SCNetworkServiceCopyAll(_ prefs: SCPreferences) -> CFArray?

Parameters

  • prefs:

    The preferences session.

Return Value

The list of network services associated with the preferences. You must release the returned value.

See Also

Configuring Network Services