roar
Loading...
Searching...
No Matches
read_result.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace Roar
6{
8 {
12 std::string message;
13 };
14}
Definition authorization.hpp:10
Definition read_result.hpp:8
std::string message
Definition read_result.hpp:12
bool isMessageDone
Definition read_result.hpp:11
bool isBinary
Is received data binary?
Definition read_result.hpp:10