yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::net::SessionInfo Struct Reference

Information about the current collaboration session. More...

#include <websocket_client.h>

Public Attributes

std::string session_id
 
std::string session_code
 
std::string session_name
 
std::string host
 
std::vector< std::string > participants
 
std::string rom_hash
 
bool ai_enabled
 

Detailed Description

Information about the current collaboration session.

Definition at line 38 of file websocket_client.h.

Member Data Documentation

◆ session_id

std::string yaze::net::SessionInfo::session_id

Definition at line 39 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::InSession().

◆ session_code

std::string yaze::net::SessionInfo::session_code

Definition at line 40 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::JoinSession().

◆ session_name

std::string yaze::net::SessionInfo::session_name

Definition at line 41 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::HostSession().

◆ host

std::string yaze::net::SessionInfo::host

Definition at line 42 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::HostSession().

◆ participants

std::vector<std::string> yaze::net::SessionInfo::participants

Definition at line 43 of file websocket_client.h.

◆ rom_hash

std::string yaze::net::SessionInfo::rom_hash

Definition at line 44 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::HostSession().

◆ ai_enabled

bool yaze::net::SessionInfo::ai_enabled

Definition at line 45 of file websocket_client.h.

Referenced by yaze::net::WebSocketClient::HostSession().


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