Contents

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