Contents

SCNetworkServiceGetInterface(_:)

Returns the network interface associated with the specified service.

Declaration

func SCNetworkServiceGetInterface(_ service: SCNetworkService) -> SCNetworkInterface?

Parameters

  • service:

    The network service.

Return Value

The network interface associated with the service, or NULL if an error occurred.

See Also

Configuring Network Services