Qt CoAP C++ Classes

Provides classes to use CoAP protocol. More...

Namespaces

QtCoap

Contains miscellaneous identifiers used throughout the Qt CoAP module

Classes

QCoapClient

Allows the application to send CoAP requests and receive replies

QCoapMessage

Holds information about a CoAP message that can be a request or a reply

QCoapOption

Holds data about CoAP options

QCoapPrivateKey

Interface for managing CoAP security keys

QCoapReply

Holds the data of a CoAP reply

QCoapRequest

Holds a CoAP request. This request can be sent with QCoapClient

QCoapResource

Holds information about a discovered resource

QCoapResourceDiscoveryReply

Holds the data of a CoAP reply for a resource discovery request

QCoapSecurityConfiguration

Holds configuration options during the authentication process

Detailed Description

To use these classes in your application, use the following include statement:

#include <QtCoap/QtCoap>

To link against the module, add this line to your qmake .pro file:

QT += coap

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.