#include <soap.h>
|
| static QString | createCommand (const QString &action, const QString &service) |
| |
| static QString | createCommand (const QString &action, const QString &service, const QList< Arg > &args) |
| |
- Author
- Joris Guisson
Definition at line 51 of file soap.h.
◆ createCommand() [1/2]
| static QString bt::SOAP::createCommand |
( |
const QString & |
action, |
|
|
const QString & |
service |
|
) |
| |
|
static |
Create a simple UPnP SOAP command without parameters.
- Parameters
-
| action | The name of the action |
| service | The 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
-
| action | The name of the action |
| service | The name of the service |
| args | Arguments for command |
- Returns
- The command
The documentation for this class was generated from the following file: