swift
|
Used to notify the server of the intention to close the connection. If a client receives this packet it should remove the client from its internal database. More...
Public Member Functions | |
DeletePilot (const QString &sender, const QString &cid) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. | |
Static Public Member Functions | |
static DeletePilot | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
QString | m_cid |
id | |
Additional Inherited Members |
Used to notify the server of the intention to close the connection. If a client receives this packet it should remove the client from its internal database.
Definition at line 15 of file deletepilot.h.