SCNetworkSetGetServiceOrder(_:)
Returns the user-specified ordering of network services within the specified set.
Declaration
func SCNetworkSetGetServiceOrder(_ set: SCNetworkSet) -> CFArray?Parameters
- set:
The set (the complete configuration for a single location).
Return Value
The ordered list of service identifiers associated with the set, or NULL if no service order has been specified or if an error occurred.
See Also
Configuring Network Sets
SCNetworkSetAddService(_:_:)SCNetworkSetContainsInterface(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyAll(_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCopyServices(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemove(_:)SCNetworkSetRemoveService(_:_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)