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

netServiceBrowser(_:didNotSearch:)

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

Declaration 宣言

optional func netServiceBrowser(_ browser: NetServiceBrowser, 
                   didNotSearch errorDict: [String : NSNumber])

Parameters パラメータ

netServiceBrowser

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

errorInfo

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

See Also 参照

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