|
swift
|
This packet is sent by the server immediately after a new client connection is made. More...
Public Member Functions | |
| FSDIdentification (const QString &callsign, const QString &receiver, const QString &serverVersion, const QString &initialChallenge) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static FSDIdentification | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| QString | m_serverVersion |
| Properties. | |
| QString | m_initialChallenge |
| Properties. | |
Additional Inherited Members |
This packet is sent by the server immediately after a new client connection is made.
Definition at line 14 of file fsdidentification.h.