Instance Method インスタンスメソッド

netService(_:didUpdateTXTRecord:)

Notifies the delegate that the TXT record for a given service has been updated. 与えられたサービスに対するTXTレコードが更新されたことを委任先に通知します。

Declaration 宣言

optional func netService(_ sender: NetService, 
      didUpdateTXTRecord data: Data)

Parameters パラメータ

sender

The service whose TXT record was updated. それのTXTレコードが更新されたサービス。

data

The new TXT record. 新しいTXTレコード。

See Also 参照

Using Network Services ネットワークサービスを使う

Related Documentation 関連文書