+ dictionaryFromTXTRecordData:
Returns a dictionary representing a TXT record given as an
NSData
object.
ある辞書を返します、NSData
オブジェクトとして与えられるTXTレコードを表しています。
addresses
A read-only array containing
NSData
objects, each of which contains a socket address for the service.
読み出し専用の配列でNSData
オブジェクトいくつかを含んでいます、そのそれぞれがサービスに対するソケットアドレスを含みます。
includesPeerToPeer
Specifies whether to also publish, resolve, or monitor this service over peer-to-peer Bluetooth and Wi-Fi, if available.
NO
by default.
このサービスをピアツーピアのBluetoothおよびWi-Fi越しに、利用可能ならば、同様に出版、解決、またはモニタすべきかどうかを指定します。省略時ではNO
。
- getInputStream:outputStream:
Creates a pair of input and output streams for the receiver and returns a Boolean value that indicates whether they were retrieved successfully.
レシーバに対する入力と出力ストレームのペアを作成して、それらがうまく取ってこられたかどうかを指し示すブール値を返します。
- setTXTRecordData:
Sets the TXT record for the receiver, and returns a Boolean value that indicates whether the operation was successful.
TXTレコードをレシーバに対して設定します、そして演算が成功したかどうかを指し示すブール値を返します。
protocolSpecificInformation
Returns protocol specific information for legacy ZeroConf-style clients.
レガシーZeroConf形式クライアントに対するプロトコル特有情報を返します。
setProtocolSpecificInformation:
Sets protocol specific information for legacy ZeroConf-style clients.
レガシーZeroConf形式クライアントに対するプロトコル特有情報を設定します。