From 14d20babe395e52d220bbc27e91cec2fddd1ed0f Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 24 Dec 2015 19:04:04 +0100 Subject: still testing sap control flow --- sappeer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sappeer.h') diff --git a/sappeer.h b/sappeer.h index abb36e4..ffddea4 100644 --- a/sappeer.h +++ b/sappeer.h @@ -39,14 +39,17 @@ protected: /** Writes data to the remote. */ void writeDataToSession(int session, const QByteArray &data); + /** Writes a control frame to the remote. */ void writeControlToSession(int session, const QByteArray &control); - void writeAckToSession(int session, int seqNum); void acceptServiceConnection(SAPConnectionRequest *connReq, int statusCode); /** Distributes data to the appropiate socket. */ void handleSessionData(int session, const QByteArray &data); + /** Distributes a control message to the apropiate socket. */ + void handleSessionControl(int session, const QByteArray &data); + /** Perform service discovery once connected. */ void handleConnected(); void handleDisconnected(); -- cgit v1.2.3