SCNetworkSetRemove(_:)
Removes the specified set from the configuration.
Declaration
func SCNetworkSetRemove(_ set: SCNetworkSet) -> BoolParameters
- set:
The set (the complete configuration for a single location).
Return Value
TRUE if the set was removed; FALSE if an error occurred.
See Also
Configuring Network Sets
SCNetworkSetAddService(_:_:)SCNetworkSetContainsInterface(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyAll(_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCopyServices(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetServiceOrder(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemoveService(_:_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)