SCNetworkSetCopyServices(_:)
Returns all network services associated with the specified set.
Declaration
func SCNetworkSetCopyServices(_ set: SCNetworkSet) -> CFArray?Parameters
- set:
The set (the complete configuration for a single location).
Return Value
The list of network services associated with the set. You must release the returned value.
See Also
Configuring Network Sets
SCNetworkSetAddService(_:_:)SCNetworkSetContainsInterface(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyAll(_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetServiceOrder(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemove(_:)SCNetworkSetRemoveService(_:_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)