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

netServiceBrowser:didNotSearch:

Tells the delegate that a search was not successful. ある検索が成功しなかったことを委任先に伝えます。

Declaration 宣言

- (void)netServiceBrowser:(NSNetServiceBrowser *)browser 
             didNotSearch:(NSDictionary<NSString *,NSNumber *> *)errorDict;

Parameters パラメータ

netServiceBrowser

Sender of this delegate message. この委任メッセージの送り手。

errorInfo

Dictionary with the reasons the search was unsuccessful. Use the dictionary keys NSNetServicesErrorCode and NSNetServicesErrorDomain to retrieve the error information from the dictionary. 検索がうまくいった理由を持つ辞書。辞書キーNSNetServicesErrorCodeNSNetServicesErrorDomainを使ってエラー情報を辞書から回収してください。

See Also 参照

Using Network Service Browsers ネットワークサービスブラウザを使う