+ dataFromTXTRecordDictionary:
Returns an
NSData
object representing a TXT record formed from a given dictionary.
NSData
オブジェクトを返します、与えられた辞書から形成されるTXTレコードを表しています。
+ 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
オブジェクトいくつかを含んでいます、そのそれぞれがサービスに対するソケットアドレスを含みます。
- 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形式クライアントに対するプロトコル特有情報を設定します。