|
Electroneum
|
#include <levin_client.h>


Public Member Functions | |
| 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 () |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out) |
| virtual int | notify (int command, const std::string &in_buff) |
Protected Attributes | |
| net_utils::blocked_mode_client | m_transport |
Definition at line 49 of file levin_client.h.
| epee::levin::levin_client_impl::levin_client_impl | ( | ) |
|
virtual |
| bool epee::levin::levin_client_impl::connect | ( | const std::string & | addr, |
| int | port, | ||
| unsigned int | timeout, | ||
| const std::string & | bind_ip = "0.0.0.0" ) |
| bool epee::levin::levin_client_impl::connect | ( | u_long | ip, |
| int | port, | ||
| unsigned int | timeout, | ||
| const std::string & | bind_ip = "0.0.0.0" ) |
| bool epee::levin::levin_client_impl::disconnect | ( | ) |

|
virtual |
Reimplemented in epee::levin::levin_client_impl2.
| bool epee::levin::levin_client_impl::is_connected | ( | ) |
|
virtual |
Reimplemented in epee::levin::levin_client_impl2.
|
protected |
Definition at line 64 of file levin_client.h.