This is the complete list of members for async_comm::TCPClient, including all inherited members.
| close() | async_comm::Comm | |
| Comm(MessageHandler &message_handler=default_message_handler_) | async_comm::Comm | |
| DEFAULT_HOST | async_comm::TCPClient | privatestatic |
| default_message_handler_ | async_comm::Comm | protectedstatic |
| DEFAULT_PORT | async_comm::TCPClient | privatestatic |
| do_async_read(const boost::asio::mutable_buffers_1 &buffer, boost::function< void(const boost::system::error_code &, size_t)> handler) override | async_comm::TCPClient | privatevirtual |
| do_async_write(const boost::asio::const_buffers_1 &buffer, boost::function< void(const boost::system::error_code &, size_t)> handler) override | async_comm::TCPClient | privatevirtual |
| do_close() override | async_comm::TCPClient | privatevirtual |
| do_init() override | async_comm::TCPClient | privatevirtual |
| endpoint_ | async_comm::TCPClient | private |
| host_ | async_comm::TCPClient | private |
| init() | async_comm::Comm | |
| io_service_ | async_comm::Comm | protected |
| is_open() override | async_comm::TCPClient | privatevirtual |
| message_handler_ | async_comm::Comm | protected |
| port_ | async_comm::TCPClient | private |
| READ_BUFFER_SIZE | async_comm::Comm | protectedstatic |
| register_listener(CommListener &listener) | async_comm::Comm | |
| register_receive_callback(std::function< void(const uint8_t *, size_t)> fun) | async_comm::Comm | |
| send_byte(uint8_t data) | async_comm::Comm | inline |
| send_bytes(const uint8_t *src, size_t len) | async_comm::Comm | |
| socket_ | async_comm::TCPClient | private |
| TCPClient(std::string host=DEFAULT_HOST, uint16_t port=DEFAULT_PORT, MessageHandler &message_handler=default_message_handler_) | async_comm::TCPClient | |
| WRITE_BUFFER_SIZE | async_comm::Comm | protectedstatic |
| ~Comm() | async_comm::Comm | virtual |
| ~TCPClient() | async_comm::TCPClient |