|
Open 3D Engine Atom Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
LocalSocket enables interprocess communication by establ;ishing a connection and sending data to a LocalServer. More...
#include <LocalSocket.h>
Inherits QObject.
Public Member Functions | |
| bool | Connect (const QString &serverName) |
| Attempt to connect to a named local server. | |
| void | Disconnect () |
| Sever connection from server. | |
| bool | IsConnected () const |
| Get the sockets connection status. | |
| bool | Send (const QByteArray &buffer) |
| Send a stream of data to the connected local server. | |
LocalSocket enables interprocess communication by establ;ishing a connection and sending data to a LocalServer.