This is the complete list of members for Transport, including all inherited members.
address_ | Transport | protected |
connect()=0 | Transport | pure virtual |
disconnect()=0 | Transport | pure virtual |
get_device_ip() | Transport | inline |
get_host_ip() | Transport | inline |
get_port() | Transport | inline |
get_type() | Transport | inline |
host_ip_ | Transport | protected |
io_service_ | Transport | protected |
is_connected() | Transport | inline |
is_connected_ | Transport | protected |
port_ | Transport | protected |
read(boost::array< uint8_t, 4096 > &buf, size_t &len)=0 | Transport | pure virtual |
readWithTimeout(boost::array< uint8_t, 4096 > &buf, size_t &len, const uint32_t expiry_time)=0 | Transport | pure virtual |
set_port(std::string port) | Transport | inline |
timer_ | Transport | protected |
timer_result_ | Transport | protected |
Transport(std::string address, transport_type typ) | Transport | inline |
type_ | Transport | protected |