Contents

init(name:type:domain:)

Create an endpoint with a Bonjour service name, type, and domain. All fields must be specified.

Declaration

convenience init(name: String, type: String, domain: String)

Parameters

  • name:

    The Bonjour service name.

  • type:

    The Bonjour service type.

  • domain:

    The Bonjour service domain.

Return Value

The new NWBonjourServiceEndpoint object.