libktorrent  2.1.1
Classes | Static Public Member Functions | List of all members
bt::SOAP Class Reference

#include <soap.h>

Classes

struct  Arg
 

Static Public Member Functions

static QString createCommand (const QString &action, const QString &service)
 
static QString createCommand (const QString &action, const QString &service, const QList< Arg > &args)
 

Detailed Description

Author
Joris Guisson

Definition at line 51 of file soap.h.

Member Function Documentation

◆ createCommand() [1/2]

static QString bt::SOAP::createCommand ( const QString &  action,
const QString &  service 
)
static

Create a simple UPnP SOAP command without parameters.

Parameters
actionThe name of the action
serviceThe name of the service
Returns
The command

◆ createCommand() [2/2]

static QString bt::SOAP::createCommand ( const QString &  action,
const QString &  service,
const QList< Arg > &  args 
)
static

Create a UPnP SOAP command with parameters.

Parameters
actionThe name of the action
serviceThe name of the service
argsArguments for command
Returns
The command

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