Tacopie  3.0.0
Tacopie is a TCP Client & Server C++11 library.
Public Attributes | List of all members
tacopie::tcp_client::write_request Struct Reference

#include <tcp_client.hpp>

Public Attributes

std::vector< char > buffer
 
async_write_callback_t async_write_callback
 

Detailed Description

structure to store write requests information

Member Data Documentation

◆ async_write_callback

async_write_callback_t tacopie::tcp_client::write_request::async_write_callback

callback to be executed on write operation completion

◆ buffer

std::vector<char> tacopie::tcp_client::write_request::buffer

bytes to write


The documentation for this struct was generated from the following file: