#include <Object.h>
◆ Version
◆ createDescription()
Called by framework to construct a device description response stream.
- Return values
-
IDataSourceStream* | The XML description content |
By default, the framework generates a stream constructed from the device information fields, but this method may be overridden if, for example, a fixed description is stored in an .xml file.
Reimplemented in UPnP::Service, and UPnP::Device.
◆ getClass()
virtual const ObjectClass& UPnP::Object::getClass |
( |
| ) |
const |
|
pure virtual |
◆ getNext()
Object* UPnP::Object::getNext |
( |
| ) |
const |
|
inline |
◆ objectType()
virtual Urn UPnP::Object::objectType |
( |
| ) |
const |
|
inlinevirtual |
◆ onHttpRequest()
Called by framework to handle an incoming HTTP request.
- Parameters
-
connection | |
request | |
response | |
- Return values
-
bool | true if request was handled |
Reimplemented in UPnP::Service, and UPnP::Device.
◆ search()
virtual void UPnP::Object::search |
( |
const SearchFilter & |
filter | ) |
|
|
pure virtual |
◆ typeIs() [1/3]
bool UPnP::Object::typeIs |
( |
const ObjectClass & |
objectClass | ) |
const |
|
inline |
◆ typeIs() [2/3]
bool UPnP::Object::typeIs |
( |
const String & |
objectType | ) |
const |
|
inline |
◆ typeIs() [3/3]
bool UPnP::Object::typeIs |
( |
const Urn & |
objectType | ) |
const |
|
inline |
◆ version()
virtual Version UPnP::Object::version |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: