23 const QSharedPointer<QWebSocket> mConnection;
27 static QByteArray makeConnectionId(
const QSharedPointer<QWebSocket>& pConnection);
33 void send(
const QByteArray& pDataBlock)
override;
34 void close()
override;
36 [[nodiscard]]
const QByteArray&
getId()
const override;
39 void onReceived(
const QString& pMessage);
40 void onDisconnected();
41 void onPingScheduled();
42 void onPongReceived();
Definition DataChannel.h:16
Definition WebSocketChannel.h:19
~WebSocketChannel() override
Definition WebSocketChannel.cpp:61
void send(const QByteArray &pDataBlock) override
Definition WebSocketChannel.cpp:74
void close() override
Definition WebSocketChannel.cpp:83
WebSocketChannel(const QSharedPointer< QWebSocket > &pConnection)
Definition WebSocketChannel.cpp:38
const QByteArray & getId() const override
Definition WebSocketChannel.cpp:107
bool isPairingConnection() const override
Definition WebSocketChannel.cpp:100
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17