Contents

SCNetworkInterfaceSetExtendedConfiguration(_:_:_:)

Stores the extended configuration settings for the specified interface.

Declaration

func SCNetworkInterfaceSetExtendedConfiguration(_ interface: SCNetworkInterface, _ 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.

See Also

Configuring Network Interfaces