NAME
A member function of omni::net::socket
OVERLOADS
omni::net::socket::send_to
A member function of omni::net::socket
#include <omni/net/socket.hpp>template < typename T > omni::net::socket_error omni::net::socket::send_to(const std::vector<T>& buffer, uint32_t len, const std::string& ip, uint16_t port, uint32_t& sent)OVERLOADS
template < typename T > omni::net::socket_error omni::net::socket::send_to(const std::vector<T>& buffer, uint32_t len, omni::net::socket_flags flags, const std::string& ip, uint16_t port, uint32_t& sent)
template < std::size_t SZ > omni::net::socket_error omni::net::socket::send_to(constchar(& buffer)
template < std::size_t SZ > omni::net::socket_error omni::net::socket::send_to(constchar(& buffer)