TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec::SocketCharStreamIn Struct Reference

Input descriptor for character stream mode. More...

#include <tec_socket.hpp>

Public Attributes

const std::string * str
 Pointer to the received null-terminated string.
 

Detailed Description

Input descriptor for character stream mode.

Used when the server is configured in kModeCharStream to pass a pointer to a received null-terminated string.


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