Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AtomToolsFramework::LocalSocket Class Reference

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.
 

Detailed Description

LocalSocket enables interprocess communication by establ;ishing a connection and sending data to a LocalServer.


The documentation for this class was generated from the following file: