Qt CoAP C++ 類

提供使用 CoAP 協議的類。 更多...

名稱空間

QtCoap

包含用於整個 Qt CoAP 模塊的雜項標識符

QCoapClient

允許應用程序發送 CoAP 請求和接收迴復

QCoapMessage

Holds information about a CoAP message that can be a request or a reply

QCoapOption

保持有關 CoAP 選項的數據

QCoapPrivateKey

Interface for managing CoAP security keys

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

詳細描述

要在應用程序中使用這些類,請使用以下 include 語句:

#include <QtCoap/QtCoap>
					

要鏈接到模塊,添加此行到 qmake .pro 文件:

QT += coap