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

netService:didUpdateTXTRecordData:

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

Declaration 宣言

- (void)netService:(NSNetService *)sender 
didUpdateTXTRecordData:(NSData *)data;

Parameters パラメータ

sender

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

data

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

See Also 参照

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

Related Documentation 関連文書