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

#include <Message.h>

Collaboration diagram for msg::NetEvent:

Public Types

enum class  Type {
  DcOpen , DcClosed , PcOpen , PcClosed ,
  ClientOpen , ClientClosed
}
 

Public Attributes

Type type
 
std::string peerId
 
std::string label
 

Detailed Description

Definition at line 203 of file Message.h.

Member Enumeration Documentation

◆ Type

enum class msg::NetEvent::Type
strong
Enumerator
DcOpen 
DcClosed 
PcOpen 
PcClosed 
ClientOpen 
ClientClosed 

Definition at line 205 of file Message.h.

Member Data Documentation

◆ label

std::string msg::NetEvent::label

Definition at line 216 of file Message.h.

◆ peerId

std::string msg::NetEvent::peerId

Definition at line 215 of file Message.h.

◆ type

Type msg::NetEvent::type

Definition at line 214 of file Message.h.


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