This will become a container object for the root device of a network node. More...
#include <upnp_device.hpp>
Public Member Functions | |
void | bind (const std::string &a_ifname) |
Bind rootdevice to local network interfaces. | |
std::string | ifname () const |
Get interface name. | |
This will become a container object for the root device of a network node.
Definition at line 21 of file upnp_device.hpp.
UPnPsdk::CRootdevice::CRootdevice | ( | ) |
Definition at line 16 of file upnp_device.cpp.
|
virtual |
Definition at line 21 of file upnp_device.cpp.
void UPnPsdk::CRootdevice::bind | ( | const std::string & | a_ifname | ) |
Bind rootdevice to local network interfaces.
Definition at line 26 of file upnp_device.cpp.
std::string UPnPsdk::CRootdevice::ifname | ( | ) | const |
Get interface name.
Definition at line 54 of file upnp_device.cpp.