Contents

SCNetworkServiceRemove(_:)

Removes the specified network service from the configuration.

Declaration

func SCNetworkServiceRemove(_ service: SCNetworkService) -> Bool

Parameters

  • service:

    The network service to remove.

Return Value

TRUE if the service was removed; FALSE if an error occurred.

See Also

Configuring Network Services