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
SCNetworkSetAddService(_:_:)SCNetworkSetContainsInterface(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCopyServices(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetServiceOrder(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemove(_:)SCNetworkSetRemoveService(_:_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)