requiredInterface(_:)
Require an interface when connecting, listening, and browsing.
Declaration
func requiredInterface(_ interface: NWInterface) -> SelfParameters
- interface:
The interface to require.
Discussion
Connections will fail if this interface is not available.