A read-only array containing NSData objects, each of which contains a socket address for the service.
読み出し専用の配列でNSDataオブジェクトいくつかを含んでいます、そのそれぞれがサービスに対するソケットアドレスを含みます。
An array containing NSData objects, each of which contains a socket address for the service. Each NSData object in the returned array contains an appropriate sockaddr structure that you can use to connect to the socket. The exact type of this structure depends on the service to which you are connecting. If no addresses were resolved for the service, the returned array contains zero elements.
ひとつの配列でNSDataオブジェクトいくつかを含んでいます、そのそれぞれがサービスに対するソケットアドレスを含みます。返される配列の中の各NSDataは、適切なsockaddr構造体を含んでいます、それはあなたがソケットに接続するのに使うことができます。この構造体の正確な型は、あなたが接続しているサービスに依存します。アドレスがサービスに対して解決できなかったならば、返される配列はゼロ個の要素を含みます。
It is possible for a single service to resolve to more than one address or not resolve to any addresses. A service might resolve to multiple addresses if the computer publishing the service is currently multihoming.
ある単一のサービスに対して、1つ以上のアドレスを解決するか何もアドレスを解決しないことが可能です。あるサービスは複数のアドレスを解決するかもしれません、もしサービスを出版しているコンピュータが現在マルチホーミングであるならば。
Specifies whether to also publish, resolve, or monitor this service over peer-to-peer Bluetooth and Wi-Fi, if available. false by default.
このサービスをピアツーピアのBluetoothおよびWi-Fi越しに、利用可能ならば、同様に出版、解決、またはモニタすべきかどうかを指定します。省略時ではfalse。
Creates a pair of input and output streams for the receiver and returns a Boolean value that indicates whether they were retrieved successfully.
レシーバに対する入力と出力ストレームのペアを作成して、それらがうまく取ってこられたかどうかを指し示すブール値を返します。
Sets the TXT record for the receiver, and returns a Boolean value that indicates whether the operation was successful.
TXTレコードをレシーバに対して設定します、そして演算が成功したかどうかを指し示すブール値を返します。