#include <tcprpcclient.hpp>
Public Member Functions | |
| TCPRPCClient (const StreamConstructor &sc, unsigned int ipaddress, unsigned int port) | |
| TCPRPCClient (const StreamConstructor &sc, std::string machineName, unsigned int port) | |
| ~TCPRPCClient () | |
| destructor | |
| SHARED_PTR< IoBase > | rpc (SHARED_PTR< IoBase > req) |
| handler for performing the rpc call | |
| bool | is_open () const |
| return true if the connection is still open | |
| void | close () |
| close and terminate the connection | |
Definition at line 47 of file tcprpcclient.hpp.
|
||||||||||||||||
|
constructor - takes parameters:
|
|
||||||||||||||||
|
constructor - takes parameters:
|