summaryrefslogtreecommitdiff
path: root/sappeer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sappeer.h')
-rw-r--r--sappeer.h5
1 files changed, 4 insertions, 1 deletions
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();