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

A data message delivered over a stream. More...

#include <NStreamData.h>

Public Attributes

NStream stream
 The stream this data message relates to. More...
 
NUserPresence sender
 The sender, if any. More...
 
std::string data
 Arbitrary contents of the data message. More...
 

Detailed Description

A data message delivered over a stream.

Member Data Documentation

◆ data

std::string NStreamData::data

Arbitrary contents of the data message.

◆ sender

NUserPresence NStreamData::sender

The sender, if any.

◆ stream

NStream NStreamData::stream

The stream this data message relates to.


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