Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AwaitSocketReceiveFromResult Struct Reference

Result object populated by AwaitEventLoop::receiveFrom. More...

#include <Await.h>

Public Attributes

Span< char > data
 
SocketIPAddress sourceAddress
 IPv4/IPv6 compatibility result.
 
SocketAddress sourceSocketAddress
 Family-neutral source address.
 
bool disconnected = false
 

Detailed Description

Result object populated by AwaitEventLoop::receiveFrom.

Member Data Documentation

◆ sourceAddress

SocketIPAddress SC::AwaitSocketReceiveFromResult::sourceAddress

IPv4/IPv6 compatibility result.

◆ sourceSocketAddress

SocketAddress SC::AwaitSocketReceiveFromResult::sourceSocketAddress

Family-neutral source address.


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