|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
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 |
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.