This is the complete list of members for QCoapOption, including inherited members.
- enum OptionName
- QCoapOption(QCoapOption::OptionName, const QByteArray &)
- QCoapOption(QCoapOption::OptionName, const QString &)
- QCoapOption(QCoapOption::OptionName, quint32)
- QCoapOption(const QCoapOption &)
- QCoapOption(QCoapOption &&)
- ~QCoapOption()
- isValid() const : bool
- length() const : int
- name() const : QCoapOption::OptionName
- opaqueValue() const : QByteArray
- stringValue() const : QString
- swap(QCoapOption &)
- uintValue() const : quint32
- operator!=(const QCoapOption &) const : bool
- operator=(QCoapOption &&) : QCoapOption &
- operator=(const QCoapOption &) : QCoapOption &
- operator==(const QCoapOption &) const : bool