Message entity.
More...
#include <IPC.h>
◆ Message()
Message::Message |
( |
std::string | message | ) |
|
|
explicit |
Instantiate message structure
- Parameters
-
◆ data()
const void * Message::data |
( |
| ) |
const |
|
nodiscard |
Get data pointer
- Returns
- Data
References message.
◆ getDataAsString()
const std::string & Message::getDataAsString |
( |
| ) |
const |
|
nodiscard |
Return current data as a string
- Returns
- String
References message.
◆ length()
size_t Message::length |
( |
| ) |
const |
|
nodiscard |
Get data length
- Returns
- Data length
References message.
◆ message
std::string sese::system::Message::message |
|
private |
The documentation for this class was generated from the following files: