Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NStream Struct Reference

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...
 

Detailed Description

Represents identifying information for a stream.

Member Data Documentation

◆ label

std::string NStream::label

The label is an arbitrary identifying string, if the stream has one.

◆ mode

int32_t NStream::mode = 0

Mode identifies the type of stream.

◆ subcontext

std::string NStream::subcontext

Subcontext is a secondary identifier, if any.

◆ subject

std::string NStream::subject

Subject is the primary identifier, if any.


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