NAME
A member function of omni::net::socket
OVERLOADS
omni::net::socket::unsafe_send_to
A member function of omni::net::socket
#include <omni/net/socket.hpp>omni::net::socket_error omni::net::socket::unsafe_send_to(const char* buffer, uint32_t len, const std::string& ip, uint16_t port, uint32_t& sent)OVERLOADS
omni::net::socket_error omni::net::socket::unsafe_send_to(const char* buffer, uint32_t len, omni::net::socket_flags flags, const std::string& ip, uint16_t port, uint32_t& sent)