The QXmppRpcResponseIq class represents an IQ used to carry an RPC response as specified by XEP-0009: Jabber-RPC.
More...
#include <QXmppRpcIq.h>
List of all members.
Detailed Description
The QXmppRpcResponseIq class represents an IQ used to carry an RPC response as specified by XEP-0009: Jabber-RPC.
Member Function Documentation
int QXmppRpcResponseIq::faultCode |
( |
| ) |
const |
QString QXmppRpcResponseIq::faultString |
( |
| ) |
const |
Returns the fault string.
void QXmppRpcResponseIq::setFaultCode |
( |
int |
faultCode | ) |
|
Sets the fault code.
- Parameters:
-
void QXmppRpcResponseIq::setFaultString |
( |
const QString & |
faultString | ) |
|
Sets the fault string.
- Parameters:
-
void QXmppRpcResponseIq::setValues |
( |
const QVariantList & |
values | ) |
|
Sets the response values.
- Parameters:
-
QVariantList QXmppRpcResponseIq::values |
( |
| ) |
const |
Returns the response values.
The documentation for this class was generated from the following files: