|
swift
|
This packet is used to respond to a client data request. More...
Public Member Functions | |
| ClientResponse (const QString &sender, const QString &receiver, ClientQueryType queryType, const QStringList &responseData) | |
| Constructor. | |
| bool | isUnknownQuery () const |
| Unknow query? | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static ClientResponse | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| ClientQueryType | m_queryType {} |
| Properties. | |
| QStringList | m_responseData |
| Properties. | |
Additional Inherited Members |
This packet is used to respond to a client data request.
Definition at line 15 of file clientresponse.h.