Contents

SCNetworkSetSetServiceOrder(_:_:)

Stores the user-specified ordering of network services for the specified set.

Declaration

func SCNetworkSetSetServiceOrder(_ set: SCNetworkSet, _ newOrder: CFArray) -> Bool

Parameters

  • set:

    The set (the complete configuration for a single location).

  • newOrder:

    The ordered list of service identifiers for the set.

Return Value

TRUE if the new service order was saved; FALSE if an error occurred.

See Also

Configuring Network Sets