|
swift
|
This packet is sent in reply to a PIR request to inform the client which multiplayer model to use. The airline and livery fields are optional. More...
Public Member Functions | |
| PlaneInformation (const QString &sender, const QString &receiver, const QString &aircraft, const QString &airline, const QString &livery) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static PlaneInformation | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| QString | m_aircraft |
| Properties. | |
| QString | m_airline |
| Properties. | |
| QString | m_livery |
| Properties. | |
Additional Inherited Members |
This packet is sent in reply to a PIR request to inform the client which multiplayer model to use. The airline and livery fields are optional.
Definition at line 15 of file planeinformation.h.