Contents

SCNetworkInterfaceGetSupportedInterfaceTypes(_:)

Identifies all of the network interface types, such as PPP, that can be layered on top of the specified interface.

Declaration

func SCNetworkInterfaceGetSupportedInterfaceTypes(_ interface: SCNetworkInterface) -> CFArray?

Parameters

  • interface:

    The network interface.

Return Value

The list of network interface types supported by the specified interface, or NULL if no interface types are supported.

See Also

Configuring Network Interfaces