QCoapResourceDiscoveryReply#

The QCoapResourceDiscoveryReply class holds the data of a CoAP reply for a resource discovery request. More

Inheritance diagram of PySide6.QtCoap.QCoapResourceDiscoveryReply

Synopsis#

Functions#

Signals#

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.

Note

A QCoapResourceDiscoveryReply is a QCoapReply that stores also a list of QCoapResources.

class PySide6.QtCoap.QCoapResourceDiscoveryReply#
PySide6.QtCoap.QCoapResourceDiscoveryReply.discovered(reply, resources)#
Parameters

This signal is emitted whenever a CoAP resource is discovered.

The reply parameter contains a pointer to the reply that has just been received, and resources contains a list of resources that were discovered.

See also

finished()

PySide6.QtCoap.QCoapResourceDiscoveryReply.resources()#
Return type

Returns the list of resources.