Instance Method インスタンスメソッド

setTXTRecord(_:)

Sets the TXT record for the receiver, and returns a Boolean value that indicates whether the operation was successful. TXTレコードをレシーバに対して設定します、そして演算が成功したかどうかを指し示すブール値を返します。

Declaration 宣言

func setTXTRecord(_ recordData: Data?) -> Bool

Parameters パラメータ

recordData

The TXT record for the receiver. レシーバに対するTXTレコード。

Return Value 戻り値

true if recordData is successfully set as the TXT record, otherwise false. true、もしrecordDataがうまくTXTレコードとして設定されるならば、そうでなければfalse

See Also 参照

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