edelib
2.1.0
|
Simple IPC client. More...
#include <edelib/Sipc.h>
Public Member Functions | |
SipcClient () | |
~SipcClient () | |
bool | connect (const char *prefix) |
void | send (const char *msg) |
Simple IPC client.
A client side of this simple IPC implementation. Clients will connects on the names servers are using and send textual messages to them.
Here is the sample:
SipcClient | ( | ) |
Constructor; prepares internal data
~SipcClient | ( | ) |
Cleans internal stuff, closes connections
bool connect | ( | const char * | prefix | ) |
Connects to the given name
prefix | is name to be connected to |
void send | ( | const char * | msg | ) |
Sends an message
msg | is textual message |