libktorrent
2.2.0
|
#include <upnpdescriptionparser.h>
Public Member Functions | |
bool | parse (const QByteArray &data, UPnPRouter *router) |
bool | parse (const QString &file, UPnPRouter *router) |
Parses the xml description of a router.
Definition at line 52 of file upnpdescriptionparser.h.
bool bt::UPnPDescriptionParser::parse | ( | const QByteArray & | data, |
UPnPRouter * | router | ||
) |
Parse the xml description.
data | QByteArray with the data |
router | The router off the xml description |
bool bt::UPnPDescriptionParser::parse | ( | const QString & | file, |
UPnPRouter * | router | ||
) |
Parse the xml description.
file | File it is located in |
router | The router off the xml description |