|
Electroneum
|
#include <levin_client.h>


Public Member Functions | |
| int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out) |
| int | notify (int command, const std::string &in_buff) |
Public Member Functions inherited from epee::levin::levin_client_impl | |
| levin_client_impl () | |
| virtual | ~levin_client_impl () |
| bool | connect (u_long ip, int port, unsigned int timeout, const std::string &bind_ip="0.0.0.0") |
| bool | connect (const std::string &addr, int port, unsigned int timeout, const std::string &bind_ip="0.0.0.0") |
| bool | is_connected () |
| bool | disconnect () |
Additional Inherited Members | |
Protected Attributes inherited from epee::levin::levin_client_impl | |
| net_utils::blocked_mode_client | m_transport |
Definition at line 71 of file levin_client.h.
|
virtual |
Reimplemented from epee::levin::levin_client_impl.
|
virtual |
Reimplemented from epee::levin::levin_client_impl.