|
libktorrent
2.1.1
|
#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 |
1.8.18