omni::net::socket::send
NAME

omni::net::socket::send

A member function of omni::net::socket

#include <omni/net/socket.hpp>
omni::net::socket_error omni::net::socket::send(const char* buffer, uint32_t len, uint32_t& sent)

OVERLOADS

omni::net::socket_error omni::net::socket::send(const int8_t* buffer, uint32_t len, uint32_t& sent)
omni::net::socket_error omni::net::socket::send(const uint8_t* buffer, uint32_t len, uint32_t& sent)
omni::net::socket_error omni::net::socket::send(const char* buffer, uint32_t len, omni::net::socket_flags flags, uint32_t& sent)
omni::net::socket_error omni::net::socket::send(const int8_t* buffer, uint32_t len, omni::net::socket_flags flags, uint32_t& sent)
omni::net::socket_error omni::net::socket::send(const uint8_t* buffer, uint32_t len, omni::net::socket_flags flags, uint32_t& sent)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top