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

#include <tcp_client.hpp>

Public Attributes

bool success
 
std::vector< char > buffer
 

Detailed Description

structure to store read requests result

Member Data Documentation

◆ buffer

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

read bytes

◆ success

bool tacopie::tcp_client::read_result::success

whether the operation succeeeded or not


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