Connection Service

The Connection Service manages the connectivity and network traffic in a Kanzi Connect Server. It enables the server to listen for new and terminating connections. The Connection Service also acts as a gateway between the server-side and client-side interfaces of the running services and enables communication between them.

This image shows the traverse of interface methods and events in the Kanzi Connect network.

../_images/rpc_call_graph.png

Interface definition

The interface definition XML file for the Connection Service is stored in the <KanziConnectInstallation>/SDK/sources/connect/core_services/connection_service/interface/connection_interface.xml.

Fully qualified name for the Connection Service is Connect.CoreService.Connection.

Supported platforms

This service is supported on all platforms that Kanzi Connect supports.