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

QCoapConnection

Defines an interface for handling transfers of frames to a server

QCoapInternalMessage

Contains data related to a received message or a message to send. It contains an instance of QCoapMessage and other data for the block management

QCoapInternalReply

Contains data related to a received message

QCoapInternalRequest

Contains data related to a message that needs to be sent

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

QCoapProtocol

Handles the logical part of the CoAP protocol

QCoapQUdpConnection

Handles the transfer of frames to and from a server

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

\titleQt CoAP C++ Classes \ingroup modules \qtcmakepackage Coap \qtvariable coap

The Qt CoAP page contains information about how to use the module.