RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
msg::InboundRaw Struct Reference

#include <Message.h>

Collaboration diagram for msg::InboundRaw:

Public Attributes

std::string fromPeer
 
std::string label
 
std::vector< uint8_t > bytes
 

Detailed Description

Definition at line 219 of file Message.h.

Member Data Documentation

◆ bytes

std::vector<uint8_t> msg::InboundRaw::bytes

Definition at line 223 of file Message.h.

◆ fromPeer

std::string msg::InboundRaw::fromPeer

Definition at line 221 of file Message.h.

◆ label

std::string msg::InboundRaw::label

Definition at line 222 of file Message.h.


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