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