func netServiceWillPublish (NetService)
Notifies the delegate that the network is ready to publish the service.
ネットワークがサービスを出版する準備ができたことを委任先に通知します。
func netService (NetService, didNotPublish : [String : NSNumber])
Notifies the delegate that a service could not be published.
あるサービスが出版されることができなかったことを委任先に通知します。
func netServiceWillResolve (NetService)
Notifies the delegate that the network is ready to resolve the service.
ネットワークがサービスを解決する準備ができたことを委任先に通知します。
func netService (NetService, didNotResolve : [String : NSNumber])
Informs the delegate that an error occurred during resolution of a given service.
与えられたサービスの解決の間にエラーが発生したことを委任先に告知します。
func netServiceDidResolveAddress (NetService)
Informs the delegate that the address for a given service was resolved.
与えられたサービスのアドレスが解決されたことを委任先に告知します。
func netService (NetService, didUpdateTXTRecord : Data)
Notifies the delegate that the TXT record for a given service has been updated.
与えられたサービスに対するTXTレコードが更新されたことを委任先に通知します。
func netServiceDidStop (NetService)
Informs the delegate that a
publish()
or resolve(withTimeout:)
request was stopped.
publish()
またはresolve(withTimeout:)
要請が停止されたことを委任先に告知します。