MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::NetworkMessage Struct Reference

A received datagram or framed message with sender metadata. More...

#include <GlobalNetworkConfig.hpp>

+ Collaboration diagram for MayaFlux::Core::NetworkMessage:

Public Attributes

std::vector< uint8_t > data
 
uint64_t endpoint_id {}
 
std::string sender_address
 

Detailed Description

A received datagram or framed message with sender metadata.

Passed to receive callbacks. Also the natural return type for a future NetworkAwaiter (Kriya::NetworkReceive) if condition-driven coroutine support is added later, following the EventAwaiter model.

Definition at line 64 of file GlobalNetworkConfig.hpp.


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