QCoapResourceDiscoveryReply Class▲
-
Header: QCoapResourceDiscoveryReply
-
qmake: QT += coap
-
Inherits: QCoapReply
Detailed Description▲
This class is used for discovery requests. It emits the discovered() signal if and when resources are discovered. When using a multicast address for discovery, the discovered() signal will be emitted once for each response received.
A QCoapResourceDiscoveryReply is a QCoapReply that stores also a list of QCoapResources.
See Also▲
See also QCoapClient, QCoapRequest, QCoapReply, QCoapResource