|
swift
|
Client connection data. More...
Public Member Functions | |
| CClientConnectionData ()=default | |
| Ctor. | |
| qint64 | secondsSinceAuthentication () const |
| Time since authentication. | |
| void | createCryptoChannels () |
| Crypto channels for voice and data. | |
| void | reset () |
| Reset all login related data. | |
| bool | isVoiceServerAlive () const |
| Servers alive. | |
| bool | isDataServerAlive () const |
| Servers alive. | |
| bool | isConnected () const |
| Is connected? | |
| void | setConnected (bool connected) |
| Is connected? | |
| bool | isReceivingAudio () const |
| Receiving audio? | |
| void | setReceiveAudio (bool receive) |
| Receiving audio? | |
| const PostCallsignResponseDto & | getTokens () const |
| Tokens. | |
| void | setTokens (const PostCallsignResponseDto &dto) |
| Tokens. | |
| const QString & | getCallsign () const |
| Callsign. | |
| void | setCallsign (const QString &callsign) |
| Callsign. | |
| const QString & | getUserName () const |
| Uername. | |
| void | setUserName (const QString &un) |
| Uername. | |
| void | setTsAuthenticatedToNow () |
| Timestamps. | |
| void | setTsHeartbeatToNow () |
| Timestamps. | |
Static Public Member Functions | |
| static const QStringList & | getLogCategories () |
| Categories. | |
Public Attributes | |
| QScopedPointer< crypto::CCryptoDtoChannel > | m_voiceCryptoChannel |
| used crypto channel | |
Client connection data.
Definition at line 21 of file clientconnectiondata.h.