LocalSocket enables interprocess communication by establ;ishing a connection and sending data to a LocalServer.
More...
#include <LocalSocket.h>
Inherits QObject.
|
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.
The documentation for this class was generated from the following file:
- Gems/Atom/Tools/AtomToolsFramework/Code/Include/AtomToolsFramework/Communication/LocalSocket.h