libupnpp
0.16.0
A C++ wrapper for the Portable UPnP reference library
|
For now, the Device class is just a holder for the description object. More...
#include <device.hxx>
Classes | |
class | Internal |
Public Member Functions | |
Device (const UPnPDeviceDesc &desc) | |
const UPnPDeviceDesc * | desc () const |
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