userver: engine::io::Socket::RecvFromResult Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
engine::io::Socket::RecvFromResult Struct Reference
+ Collaboration diagram for engine::io::Socket::RecvFromResult:

Public Attributes

size_t bytes_received {0}
 
Sockaddr src_addr
 

Detailed Description

Definition at line 39 of file socket.hpp.

Member Data Documentation

◆ bytes_received

size_t engine::io::Socket::RecvFromResult::bytes_received {0}

Definition at line 40 of file socket.hpp.

◆ src_addr

Sockaddr engine::io::Socket::RecvFromResult::src_addr

Definition at line 41 of file socket.hpp.


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