NAME
A class of omni::net
MEMBERS
omni::net::endpoint_descriptor
A class of omni::net
#include <omni/net/endpoint_descriptor.hpp>MEMBERS
omni::net::endpoint_descriptor::endpoint_descriptor()
omni::net::endpoint_descriptor::~endpoint_descriptor()
omni::net::socket_error omni::net::endpoint_descriptor::close()
omni::net::socket_error omni::net::endpoint_descriptor::connect(const omni::net::socket_t& serv_sock)
uint32_t omni::net::endpoint_descriptor::endpoint()
omni::net::socket_error omni::net::endpoint_descriptor::get_socket_option(omni::net::socket_option_level op_level, int32_t op_name, int32_t& op_val)
omni::net::socket_error omni::net::endpoint_descriptor::ioc(uint32_t op_code, omni::net::xfr_t* val, int32_t& result)
bool omni::net::endpoint_descriptor::is_connected()
bool omni::net::endpoint_descriptor::is_shutdown()
omni::net::socket_error omni::net::endpoint_descriptor::last_error()
omni::net::socket_t omni::net::endpoint_descriptor::native_handle()
uint16_t omni::net::endpoint_descriptor::port()
omni::net::socket_error omni::net::endpoint_descriptor::receive(char* buffer, uint32_t len, uint32_t& rcvd)
omni::net::socket_error omni::net::endpoint_descriptor::send(const char* buffer, uint32_t len, uint32_t& sent)
omni::net::socket_error omni::net::endpoint_descriptor::set_socket_option(omni::net::socket_option_level op_level, int32_t op_name, int32_t op_val)
omni::net::socket_error omni::net::endpoint_descriptor::shutdown(omni::net::socket_shutdown how)
void omni::net::endpoint_descriptor::swap(omni::net::endpoint_descriptor& other)
std::string omni::net::endpoint_descriptor::to_string()
omni::string_t omni::net::endpoint_descriptor::to_string_t()
std::wstring omni::net::endpoint_descriptor::to_wstring()
omni::net::endpoint_descriptor::operator std::string()
omni::net::endpoint_descriptor::operator std::wstring()
omni::net::endpoint_descriptor& omni::net::endpoint_descriptor::operator=(omni::net::endpoint_descriptor& other)
bool omni::net::endpoint_descriptor::operator==(const omni::net::endpoint_descriptor& other)
SYNOPSIS
The endpoint_descriptor class is used to facilitate network communications from a remote endpoint accepted by a server
top
The endpoint_descriptor class is used to facilitate network communications from a remote endpoint accepted by a server
top