Type Method 型メソッド

data(fromTXTRecord:)

Returns an NSData object representing a TXT record formed from a given dictionary. NSDataオブジェクトを返します、与えられた辞書から形成されるTXTレコードを表しています。

Declaration 宣言

class func data(fromTXTRecord txtDictionary: [String : Data]) -> Data

Parameters パラメータ

txtDictionary

A dictionary containing a TXT record. あるTXTレコードを含んでいる辞書。

Return Value 戻り値

An NSData object representing TXT data formed from txtDictionary. Fails an assertion if txtDictionary cannot be represented as an NSData object. NSDataオブジェクト、それはtxtDictionaryから形成されるTXTデータを表しています。ある表明の失敗、もしtxtDictionaryNSDataオブジェクトとして表現されることができないならば。

See Also 参照

Configuring Network Services ネットワークサービスを構成設定する