26 const QSharedPointer<QWebSocket> mConnection;
30 static QString makeConnectionId(
const QSharedPointer<QWebSocket>& pConnection);
36 void send(
const QByteArray& pDataBlock)
override;
37 void close()
override;
39 [[nodiscard]]
const QString&
getId()
const override;
42 void onReceived(
const QString& pMessage);
43 void onDisconnected();
44 void onPingScheduled();
45 void onPongReceived();
Definition DataChannel.h:21
Definition WebSocketChannel.h:22
~WebSocketChannel() override
Definition WebSocketChannel.cpp:59
void send(const QByteArray &pDataBlock) override
Definition WebSocketChannel.cpp:72
void close() override
Definition WebSocketChannel.cpp:81
const QString & getId() const override
Definition WebSocketChannel.cpp:105
bool isPairingConnection() const override
Definition WebSocketChannel.cpp:98
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16