Describes an UPnP device. More...
Header: | #include <UpnpDevice> |
Inherits: |
UpnpDevice(QObject * parent = nullptr, UpnpDeviceDescriptor upnpDeviceDescriptor = UpnpDeviceDescriptor()) | |
QString | deviceType() const |
QString | friendlyName() const |
QHostAddress | hostAddress() const |
QUrl | location() |
QString | manufacturer() const |
QUrl | manufacturerURL() const |
QString | modelDescription() const |
QString | modelName() const |
QString | modelNumber() const |
QUrl | modelURL() const |
int | port() const |
QString | serialNumber() const |
void | setDeviceType(const QString & deviceType) |
void | setFriendlyName(const QString & friendlyName) |
void | setHostAddress(const QHostAddress & hostAddress) |
void | setLocation(const QUrl & location) |
void | setManufacturer(const QString & manufacturer) |
void | setManufacturerURL(const QUrl & manufacturerURL) |
void | setModelDescription(const QString & modelDescription) |
void | setModelName(const QString & modelName) |
void | setModelNumber(const QString & modelNumber) |
void | setModelURL(const QUrl & modelURL) |
void | setPort(const int & port) |
void | setSerialNumber(const QString & serialNumber) |
void | setUpc(const QString & upc) |
void | setUuid(const QString & uuid) |
QString | upc() const |
QString | uuid() const |
Describes an UPnP device.
This class represents a UPnP device with all parameters described in following documentation: http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf.
Constructs a UpnpDevice with the given parent and the given upnpDeviceDescriptor
See also UpnpDeviceDescriptor.
Returns the type of this UPnP device.
See also setDeviceType().
Returns the friendly name of this UPnP device.
See also setFriendlyName().
Returns the host address of this UPnP device.
See also setHostAddress().
Returns the location URL of this UPnP device.
See also setLocation().
Returns the manufacturer of this UPnP device.
See also setManufacturer().
Returns the manufacturer URL of this UPnP device.
See also setManufacturerURL().
Returns the model description of this UPnP device.
See also setModelDescription().
Returns the model name of this UPnP device.
See also setModelName().
Returns the model number of this UPnP device.
See also setModelNumber().
Returns the model URL of this UPnP device.
See also setModelURL().
Returns the port of this UPnP device.
See also setPort().
Returns the serial number of this UPnP device.
See also setSerialNumber().
Sets the deviceType of this UPnP device.
See also deviceType().
Sets the friendlyName of this UPnP device.
See also friendlyName().
Sets the hostAddress of this UPnP device.
See also hostAddress().
Sets the location URL of this UPnP device.
See also location().
Sets the manufacturer of this UPnP device.
See also manufacturer().
Sets the manufacturerURL of this UPnP device.
See also manufacturerURL().
Sets the modelDescription of this UPnP device.
See also modelDescription().
Sets the modelName of this UPnP device.
See also modelName().
Sets the modelNumber of this UPnP device.
See also modelNumber().
Sets the modelURL of this UPnP device.
See also modelURL().
Sets the port of this UPnP device.
See also port().
Sets the serialNumber of this UPnP device.
See also serialNumber().
Sets the upc (Universal Product Code) of this UPnP device.
See also upc().
Sets the uuid of this UPnP device.
See also uuid().
Returns the UPC (Universal Product Code) of this UPnP device.
See also setUpc().
Returns the uuid of this UPnP device.
See also setUuid().