func netServiceBrowser (NetServiceBrowser, didFindDomain : String, moreComing : Bool)
Tells the delegate the sender found a domain.
送り手側があるドメインを見つけたと委任先に伝えます。
func netServiceBrowser (NetServiceBrowser, didRemoveDomain : String, moreComing : Bool)
Tells the delegate the a domain has disappeared or has become unavailable.
あるドメインが見えなくなるまたは利用できなくなったと委任先に伝えます。
func netServiceBrowser (NetServiceBrowser, didFind : NetService, moreComing : Bool)
Tells the delegate the sender found a service.
送り手側があるサービスを見つけたと委任先に伝えます。
func netServiceBrowserWillSearch (NetServiceBrowser)
Tells the delegate that a search is commencing.
ある検索が開始することを委任先に伝えます。
func netServiceBrowser (NetServiceBrowser, didNotSearch : [String : NSNumber])
Tells the delegate that a search was not successful.
ある検索が成功しなかったことを委任先に伝えます。
func netServiceBrowserDidStopSearch (NetServiceBrowser)
Tells the delegate that a search was stopped.
ある検索が停止したことを委任先に伝えます。