libupnpp  0.16.0
A C++ wrapper for the Portable UPnP reference library
Classes | Public Member Functions | List of all members
UPnPClient::Device Class Reference

For now, the Device class is just a holder for the description object. More...

#include <device.hxx>

Inheritance diagram for UPnPClient::Device:
UPnPClient::MediaRenderer UPnPClient::MediaServer

Classes

class  Internal
 

Public Member Functions

 Device (const UPnPDeviceDesc &desc)
 
const UPnPDeviceDescdesc () const
 

Detailed Description

For now, the Device class is just a holder for the description object.

This is a pure data object, all the fun happens in the Service class and its derived classes.

You don't even need to get the Device around once you have used it to create the service, and you actually don't need it at all, you could use the UPnPDeviceDesc directly. It's there just in case we want to add something in there one day


The documentation for this class was generated from the following files: