summaryrefslogtreecommitdiff
path: root/src/components/include/connection_handler/connection_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/connection_handler/connection_handler.h')
-rw-r--r--src/components/include/connection_handler/connection_handler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/include/connection_handler/connection_handler.h b/src/components/include/connection_handler/connection_handler.h
index e98a78f377..de78024e61 100644
--- a/src/components/include/connection_handler/connection_handler.h
+++ b/src/components/include/connection_handler/connection_handler.h
@@ -205,6 +205,15 @@ class ConnectionHandler {
uint8_t protocol_version) = 0;
/**
+ * @brief binds protocol version with session
+ * @param connection_key pair of connection and session id
+ * @param full_protocol_version contains full protocol version of registered
+ * application.
+ */
+ virtual void BindProtocolVersionWithSession(
+ uint32_t connection_key,
+ const utils::SemanticVersion& full_protocol_version) = 0;
+ /**
* \brief information about given Connection Key.
* \param key Unique key used by other components as session identifier
* \param app_id Returned: ApplicationID