group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
net::UdpReceivedMessage Struct Reference

One framed UDP message ready to dispatch to upper layers. More...

#include <UdpEndpoint.hpp>

Collaboration diagram for net::UdpReceivedMessage:
[legend]

Public Attributes

UdpEndpointAddr from
 Source address. Owns the NET_Address ref.
PacketHeader header {}
 Parsed header.
std::vector< uint8_t > payload
 Bytes after the header.

Detailed Description

One framed UDP message ready to dispatch to upper layers.

Member Data Documentation

◆ from

UdpEndpointAddr net::UdpReceivedMessage::from

Source address. Owns the NET_Address ref.

◆ header

PacketHeader net::UdpReceivedMessage::header {}

Parsed header.

◆ payload

std::vector<uint8_t> net::UdpReceivedMessage::payload

Bytes after the header.


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