Contents

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