26 const QSharedPointer<QWebSocket> mConnection;
30 static QString makeConnectionId(
const QSharedPointer<QWebSocket>& pConnection);
36 void send(
const QByteArray& pDataBlock)
override;
37 void close()
override;
38 [[nodiscard]]
const QString&
getId()
const override;
41 void onReceived(
const QString& pMessage);
42 void onDisconnected();
43 void onPingScheduled();
44 void onPongReceived();
Definition: DataChannel.h:21
Definition: WebSocketChannel.h:22
~WebSocketChannel() override
Definition: WebSocketChannel.cpp:58
void send(const QByteArray &pDataBlock) override
Definition: WebSocketChannel.cpp:71
void close() override
Definition: WebSocketChannel.cpp:80
const QString & getId() const override
Definition: WebSocketChannel.cpp:97
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16