Qt CoAP C++ Classes
Provides classes to use CoAP protocol. More...
Namespaces
Contains miscellaneous identifiers used throughout the Qt CoAP module |
Classes
Allows the application to send CoAP requests and receive replies | |
Holds information about a CoAP message that can be a request or a reply | |
Holds data about CoAP options | |
Interface for managing CoAP security keys | |
Holds the data of a CoAP reply | |
Holds a CoAP request. This request can be sent with QCoapClient | |
Holds information about a discovered resource | |
Holds the data of a CoAP reply for a resource discovery request | |
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
© 2024 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.