Contents

SCNetworkSetContainsInterface(_:_:)

Returns a Boolean value indicating whether the specified interface is represented by at least one network service in the specified set.

Declaration

func SCNetworkSetContainsInterface(_ set: SCNetworkSet, _ interface: SCNetworkInterface) -> Bool

Parameters

  • set:

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

  • interface:

    The network interface.

Return Value

TRUE if the interface is represented in the set; otherwise, FALSE.

See Also

Configuring Network Sets