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) -> BoolParameters
- 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
SCNetworkSetAddService(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyAll(_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCopyServices(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetServiceOrder(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemove(_:)SCNetworkSetRemoveService(_:_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)