Qt CoAP C++ Classes▲
Provides classes to use CoAP protocol.
Namespaces▲
- 
						
QtCoap: Contains miscellaneous identifiers used throughout the Qt CoAP module.
 
Classes▲
- 
						
QCoapClient: The QCoapClient class allows the application to send CoAP requests and receive replies.
 - 
						
QCoapMessage: The QCoapMessage class holds information about a CoAP message that can be a request or a reply.
 - 
						
QCoapOption: The QCoapOption class holds data about CoAP options.
 - 
						
QCoapPrivateKey: The QCoapPrivateKey class provides an interface for managing CoAP security keys.
 - 
						
QCoapReply: The QCoapReply class holds the data of a CoAP reply.
 - 
						
QCoapRequest: The QCoapRequest class holds a CoAP request. This request can be sent with QCoapClient.
 - 
						
QCoapResource: The QCoapResource class holds information about a discovered resource.
 - 
						
QCoapResourceDiscoveryReply: The QCoapResourceDiscoveryReply class holds the data of a CoAP reply for a resource discovery request.
 - 
						
QCoapSecurityConfiguration: The QCoapSecurityConfiguration class 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

