omni::net::socket::sendto
NAME

omni::net::socket::sendto

A member function of omni::net::socket

#include <omni/net/socket.hpp>
int omni::net::socket::sendto(const char* buffer, int size, omni::net::socket_flags::enum_t socketFlags, const char* remoteIP)

OVERLOADS

int omni::net::socket::sendto(const char* buffer, int offset, int size, omni::net::socket_flags::enum_t socketFlags, const char* remoteIP)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top