Contents

SCNetworkSetCopyAll(_:)

Returns all available sets for the specified preferences session.

Declaration

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

Parameters

  • prefs:

    The preferences session.

Return Value

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

See Also

Configuring Network Sets