![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
Represents identifying information for a stream. More...
#include <NStream.h>
Public Attributes | |
int32_t | mode = 0 |
Mode identifies the type of stream. More... | |
std::string | subject |
Subject is the primary identifier, if any. More... | |
std::string | subcontext |
Subcontext is a secondary identifier, if any. More... | |
std::string | label |
The label is an arbitrary identifying string, if the stream has one. More... | |
Represents identifying information for a stream.
std::string NStream::label |
The label is an arbitrary identifying string, if the stream has one.
int32_t NStream::mode = 0 |
Mode identifies the type of stream.
std::string NStream::subcontext |
Subcontext is a secondary identifier, if any.
std::string NStream::subject |
Subject is the primary identifier, if any.