swift
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
swift::core::afv::connection::CClientConnectionData Class Reference

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 PostCallsignResponseDtogetTokens () const
 Tokens.
 
void setTokens (const PostCallsignResponseDto &dto)
 Tokens.
 
const QStringgetCallsign () const
 Callsign.
 
void setCallsign (const QString &callsign)
 Callsign.
 
const QStringgetUserName () const
 Uername.
 
void setUserName (const QString &un)
 Uername.
 
void setTsAuthenticatedToNow ()
 Timestamps.
 
void setTsHeartbeatToNow ()
 Timestamps.
 

Static Public Member Functions

static const QStringListgetLogCategories ()
 Categories.
 

Public Attributes

QScopedPointer< crypto::CCryptoDtoChannelm_voiceCryptoChannel
 used crypto channel
 

Detailed Description

Client connection data.

Definition at line 21 of file clientconnectiondata.h.


The documentation for this class was generated from the following files: