JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
jsonrpc::transport::MessageFramer::DeframeResult Struct Reference

#include <message_framer.hpp>

Collaboration diagram for jsonrpc::transport::MessageFramer::DeframeResult:

Public Attributes

bool complete {false}
 
std::string message
 
std::size_t consumed_bytes {0}
 
std::string error
 

Detailed Description

Definition at line 10 of file message_framer.hpp.

Member Data Documentation

◆ complete

bool jsonrpc::transport::MessageFramer::DeframeResult::complete {false}

Definition at line 11 of file message_framer.hpp.

11{false};

Referenced by jsonrpc::transport::MessageFramer::TryDeframe().

◆ consumed_bytes

std::size_t jsonrpc::transport::MessageFramer::DeframeResult::consumed_bytes {0}

Definition at line 13 of file message_framer.hpp.

13{0};

◆ error

std::string jsonrpc::transport::MessageFramer::DeframeResult::error

Definition at line 14 of file message_framer.hpp.

◆ message

std::string jsonrpc::transport::MessageFramer::DeframeResult::message

Definition at line 12 of file message_framer.hpp.


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