Tacopie  3.0.0
Tacopie is a TCP Client & Server C++11 library.
All Classes Functions Variables Typedefs Enumerations
Public Attributes | List of all members
tacopie::tcp_client::read_request Struct Reference

#include <tcp_client.hpp>

Public Attributes

std::size_t size
 
async_read_callback_t async_read_callback
 

Detailed Description

structure to store read requests information

Member Data Documentation

◆ async_read_callback

async_read_callback_t tacopie::tcp_client::read_request::async_read_callback

callback to be executed on read operation completion

◆ size

std::size_t tacopie::tcp_client::read_request::size

number of bytes to read


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