Contents

SCNetworkInterfaceGetConfiguration(_:)

Returns the configuration settings associated with the specified interface.

Declaration

func SCNetworkInterfaceGetConfiguration(_ interface: SCNetworkInterface) -> CFDictionary?

Parameters

  • interface:

    The network interface.

Return Value

The configuration settings associated with the interface, or NULL if no configuration settings are associated with the interface or an error occurred.

See Also

Configuring Network Interfaces