Contents

requiredInterface(_:)

Require an interface when connecting, listening, and browsing.

Declaration

func requiredInterface(_ interface: NWInterface) -> Self

Parameters

  • interface:

    The interface to require.

Discussion

Connections will fail if this interface is not available.