Contents

SCNetworkInterfaceGetInterface(_:)

Returns the underlying interface, for layered network interfaces.

Declaration

func SCNetworkInterfaceGetInterface(_ interface: SCNetworkInterface) -> SCNetworkInterface?

Parameters

  • interface:

    The network interface.

Return Value

The underlying network interface, or NULL if the specified interface is a leaf interface.

See Also

Configuring Network Interfaces