QXmppRpcResponseIq Class Reference
[Stanzas]
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.
Public Member Functions |
| int | faultCode () const |
| void | setFaultCode (int faultCode) |
| QString | faultString () const |
| void | setFaultString (const QString &faultString) |
| QVariantList | values () const |
| void | setValues (const QVariantList &values) |
Static Public Member Functions |
|
static bool | isRpcResponseIq (const QDomElement &element) |
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: