![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
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... | |
A data message delivered over a stream.
std::string NStreamData::data |
Arbitrary contents of the data message.
NUserPresence NStreamData::sender |
The sender, if any.
NStream NStreamData::stream |
The stream this data message relates to.