|
swift
|
This packet is sent by any client that supports the VATSIM client authentication protocol, in response to a $DI query from the server. Further information to the client authentication protocol is kept restricted. More...
Public Member Functions | |
| ClientIdentification (const QString &sender, quint16 clientId, const QString &clientName, int clientVersionMajor, int clientVersionMinor, const QString &userCid, const QString &sysUid, const QString &initialChallenge) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static ClientIdentification | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| std::uint16_t | m_clientId = 0 |
| Properties. | |
| QString | m_clientName |
| Properties. | |
| int | m_clientVersionMajor = swift::config::CBuildConfig::getVersion().majorVersion() |
| Properties. | |
| int | m_clientVersionMinor = swift::config::CBuildConfig::getVersion().minorVersion() |
| Properties. | |
| QString | m_userCid |
| Properties. | |
| QString | m_sysUid |
| Properties. | |
| QString | m_initialChallenge |
| Properties. | |
Additional Inherited Members |
This packet is sent by any client that supports the VATSIM client authentication protocol, in response to a $DI query from the server. Further information to the client authentication protocol is kept restricted.
Definition at line 17 of file clientidentification.h.