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