Async Comm
A library for asynchronous serial communication
async_comm::UDP Member List

This is the complete list of members for async_comm::UDP, including all inherited members.

close()async_comm::Comm
Comm(MessageHandler &message_handler=default_message_handler_)async_comm::Comm
default_message_handler_ (defined in async_comm::Comm)async_comm::Commprotectedstatic
init()async_comm::Comm
io_service_ (defined in async_comm::Comm)async_comm::Commprotected
message_handler_ (defined in async_comm::Comm)async_comm::Commprotected
READ_BUFFER_SIZE (defined in async_comm::Comm)async_comm::Commprotectedstatic
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::Comminline
send_bytes(const uint8_t *src, size_t len)async_comm::Comm
UDP(std::string bind_host=DEFAULT_BIND_HOST, uint16_t bind_port=DEFAULT_BIND_PORT, std::string remote_host=DEFAULT_REMOTE_HOST, uint16_t remote_port=DEFAULT_REMOTE_PORT, MessageHandler &message_handler=default_message_handler_)async_comm::UDP
WRITE_BUFFER_SIZE (defined in async_comm::Comm)async_comm::Commprotectedstatic
~Comm() (defined in async_comm::Comm)async_comm::Commvirtual
~UDP() (defined in async_comm::UDP)async_comm::UDP