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

#include <UdpSessionTransport.hpp>

Collaboration diagram for net::UdpSessionTransport::Event:
[legend]

Public Attributes

EventType type = EventType::Payload
std::uint64_t connectionId = 0
ChannelId channel = ChannelId::InputUnreliable
std::vector< std::uint8_t > payload
UdpEndpointAddr from
bool viaRelay = false

Member Data Documentation

◆ channel

ChannelId net::UdpSessionTransport::Event::channel = ChannelId::InputUnreliable

◆ connectionId

std::uint64_t net::UdpSessionTransport::Event::connectionId = 0

◆ from

UdpEndpointAddr net::UdpSessionTransport::Event::from

◆ payload

std::vector<std::uint8_t> net::UdpSessionTransport::Event::payload

◆ type

EventType net::UdpSessionTransport::Event::type = EventType::Payload

◆ viaRelay

bool net::UdpSessionTransport::Event::viaRelay = false

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