Stores the extended configuration settings for the specified interface.
SDK
- macOS 10.5+
Framework
- System
Configuration
Declaration
func SCNetworkInterfaceSetExtendedConfiguration(_ interface: SCNetwork Interface, _ extendedType: CFString, _ config: CFDictionary?) -> Bool
Parameters
interface
The network interface.
extendedType
The type of extended information.
config
The extended configuration settings to store.
Return Value
TRUE
if the configuration was stored; FALSE
if an error occurred.