IPC Related Classes

A simple IPC solution for calling method on remote objects. More...

Classes

IpcClient

Client to send remote calls to an IpcServer

IpcServer

Listens on a port and creates an IpcConnection for an incoming connection

Detailed Description

The IPC is based on the idea to have a server with individual connections to clients and a client. The server is waiting for method calls from the client and the client allows to send methods with additional data.

© 2019 Luxoft Sweden AB. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.