func publish()
Attempts to advertise the receiver’s on the network.
レシーバはネットワーク上であると宣伝を試みます。
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.
サービスの出版または解決の現在実行中の試みを停止します。
func stopMonitoring ()
Stops the monitoring of TXT-record updates for the receiver.
レシーバに対してTXTレコード更新の監視を止めます。