QDnsTextRecord Class

QDnsTextRecord クラスは、DNS TXT レコードに関する情報を格納します。詳細...

Header: #include <QDnsTextRecord>
CMake: find_package(Qt6 REQUIRED COMPONENTS Network)
target_link_libraries(mytarget PRIVATE Qt6::Network)
qmake: QT += network

パブリック関数

QDnsTextRecord()
QDnsTextRecord(const QDnsTextRecord &other)
~QDnsTextRecord()
QString name() const
void swap(QDnsTextRecord &other)
quint32 timeToLive() const
QList<QByteArray> values() const
QDnsTextRecord &operator=(const QDnsTextRecord &other)

詳細説明

テキスト検索を実行すると、0 個以上のレコードが返されます。各レコードは QDnsTextRecord インスタンスで表されます。

フィールドの意味はRFC 1035で定義されています。

QDnsLookupも参照してください

メンバ関数の説明

QDnsTextRecord::QDnsTextRecord()

空のテキスト・レコード・オブジェクトを構築します。

QDnsTextRecord::QDnsTextRecord(const QDnsTextRecord &other)

other のコピーを構築します。

[noexcept] QDnsTextRecord::~QDnsTextRecord()

テキストレコードを破棄します。

QString QDnsTextRecord::name() const

このテキストレコードの名前を返します。

[noexcept] void QDnsTextRecord::swap(QDnsTextRecord &other)

このテキストレコードのインスタンスをother と交換します。この関数は非常に高速で、失敗することはありません。

quint32 QDnsTextRecord::timeToLive() const

このレコードの有効期間を秒単位で返します。

QList<QByteArray> QDnsTextRecord::values() const

このテキストレコードの値を返します。

QDnsTextRecord &QDnsTextRecord::operator=(const QDnsTextRecord &other)

other オブジェクトのデータをこのレコードオブジェクトに割り当て、その参照を返します。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundationによって発行されたGNU Free Documentation License version 1.3の条項の下でライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。