Holds information about an observed resource. More...
Header: | #include <CoapObserveResource> |
CoapObserveResource() | |
CoapObserveResource(const QUrl & url, const QByteArray & token) | |
CoapObserveResource(const CoapObserveResource & other) | |
QByteArray | token() const |
QUrl | url() const |
Holds information about an observed resource.
The CoapObserveResource class holds information about an observed resource.
See also Coap.
Constructs a CoapObserveResource.
Constructs a CoapObserveResource with the given url and token.
Constructs a copy of the given other CoapObserveResource.
Returns the token of this CoapObserveResource.
Returns the url of this CoapObserveResource.