The Qt CoAP page contains information about how to use the module.
| 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. |