#include <transport.h>
Definition at line 23 of file transport.h.
◆ Transport()
◆ connect()
virtual bool Transport::connect |
( |
| ) |
|
|
pure virtual |
◆ disconnect()
virtual bool Transport::disconnect |
( |
| ) |
|
|
pure virtual |
◆ get_device_ip()
std::string Transport::get_device_ip |
( |
| ) |
|
|
inline |
◆ get_host_ip()
std::string Transport::get_host_ip |
( |
| ) |
|
|
inline |
◆ get_port()
std::string Transport::get_port |
( |
| ) |
|
|
inline |
◆ get_type()
◆ is_connected()
bool Transport::is_connected |
( |
| ) |
|
|
inline |
◆ read()
virtual bool Transport::read |
( |
boost::array< uint8_t, 4096 > & |
buf, |
|
|
size_t & |
len |
|
) |
| |
|
pure virtual |
◆ readWithTimeout()
virtual bool Transport::readWithTimeout |
( |
boost::array< uint8_t, 4096 > & |
buf, |
|
|
size_t & |
len, |
|
|
const uint32_t |
expiry_time |
|
) |
| |
|
pure virtual |
◆ set_port()
void Transport::set_port |
( |
std::string |
port | ) |
|
|
inline |
◆ address_
std::string Transport::address_ |
|
protected |
◆ host_ip_
std::string Transport::host_ip_ |
|
protected |
◆ io_service_
std::shared_ptr<boost::asio::io_service> Transport::io_service_ |
|
protected |
◆ is_connected_
bool Transport::is_connected_ |
|
protected |
◆ port_
std::string Transport::port_ |
|
protected |
◆ timer_
std::shared_ptr<boost::asio::deadline_timer> Transport::timer_ |
|
protected |
◆ timer_result_
boost::optional<boost::system::error_code> Transport::timer_result_ |
|
protected |
◆ type_
The documentation for this class was generated from the following file: