This is the complete list of members for UDPTransport, including all inherited members.
address_ | Transport | protected |
connect() | UDPTransport | virtual |
disconnect() | UDPTransport | 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) | UDPTransport | virtual |
readWithTimeout(boost::array< uint8_t, 4096 > &buf, size_t &len, const uint32_t expiry_time) | UDPTransport | virtual |
set_port(std::string port) | Transport | inline |
socket_ | UDPTransport | private |
timer_ | Transport | protected |
timer_result_ | Transport | protected |
Transport(std::string address, transport_type typ) | Transport | inline |
type_ | Transport | protected |
UDPTransport(std::string address, std::string port="0") | UDPTransport | |
~UDPTransport() | UDPTransport |