QXmppRpcResponseIq Class
The QXmppRpcResponseIq class represents an IQ used to carry an RPC response as specified by XEP-0009: Jabber-RPC. More...
| Header: | #include <QXmppRpcIq.h> |
| Inherits: | QXmppIq |
- List of all members, including inherited members
- QXmppRpcResponseIq is part of Stanzas.
Public Functions
| int | faultCode() const |
| QString | faultString() const |
| void | setFaultCode(int faultCode) |
| void | setFaultString(const QString &faultString) |
| void | setValues(const QVariantList &values) |
| QVariantList | values() const |
Detailed Description
Member Function Documentation
int QXmppRpcResponseIq::faultCode() const
Returns the fault code.
See also setFaultCode().
QString QXmppRpcResponseIq::faultString() const
Returns the fault string.
See also setFaultString().
void QXmppRpcResponseIq::setFaultCode(int faultCode)
Sets the fault code.
faultCode.
See also faultCode().
void QXmppRpcResponseIq::setFaultString(const QString &faultString)
Sets the fault string.
faultString.
See also faultString().
void QXmppRpcResponseIq::setValues(const QVariantList &values)
Sets the response values.
See also values().
QVariantList QXmppRpcResponseIq::values() const
Returns the response values.
See also setValues().