func publish()
Attempts to advertise the receiver’s on the network.
レシーバはネットワーク上であると宣伝を試みます。
func publish(options: NetService.Options)
Attempts to advertise the receiver on the network, with the given options.
レシーバをネットワーク上で宣伝することを試みます、与えられたオプションを使います。
func resolve(withTimeout : TimeInterval)
Starts a resolve process of a finite duration for the service.
サービスに対する有限期間の解決プロセスを始めます。
var port: Int
The port on which the service is listening for connections.
それにおいてサービスが接続に対して聞き耳を立てているポート。
func startMonitoring ()
Starts the monitoring of TXT-record updates for the receiver.
レシーバに対してTXTレコード更新の監視を開始します。
func stop()
Halts a currently running attempt to publish or resolve a service.
サービスの出版または解決の現在実行中の試みを停止します。