Nakama C++ Client SDK 2.5.1
Client for Nakama Server
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NRtClientDisconnectInfo Struct Reference

#include <NRtClientDisconnectInfo.h>

Public Attributes

uint16_t code = 0
 
std::string reason
 close reason. Optional. More...
 
bool remote = false
 true if close was initiated by server. More...
 

Member Data Documentation

◆ code

uint16_t NRtClientDisconnectInfo::code = 0

◆ reason

std::string NRtClientDisconnectInfo::reason

close reason. Optional.

◆ remote

bool NRtClientDisconnectInfo::remote = false

true if close was initiated by server.


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