BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
graphene::net::closing_connection_message Struct Reference

#include <core_messages.hpp>

Public Member Functions

 closing_connection_message ()
 
 closing_connection_message (const std::string &reason_for_closing, bool closing_due_to_error=false, const fc::oexception &error=fc::oexception())
 

Public Attributes

std::string reason_for_closing
 
bool closing_due_to_error
 
fc::oexception error
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::closing_connection_message_type
 

Detailed Description

Definition at line 305 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ closing_connection_message() [1/2]

graphene::net::closing_connection_message::closing_connection_message ( )
inline

Definition at line 313 of file core_messages.hpp.

◆ closing_connection_message() [2/2]

graphene::net::closing_connection_message::closing_connection_message ( const std::string &  reason_for_closing,
bool  closing_due_to_error = false,
const fc::oexception error = fc::oexception() 
)
inline

Definition at line 314 of file core_messages.hpp.

Member Data Documentation

◆ closing_due_to_error

bool graphene::net::closing_connection_message::closing_due_to_error

Definition at line 310 of file core_messages.hpp.

◆ error

fc::oexception graphene::net::closing_connection_message::error

Definition at line 311 of file core_messages.hpp.

◆ reason_for_closing

std::string graphene::net::closing_connection_message::reason_for_closing

Definition at line 309 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::closing_connection_message::type = core_message_type_enum::closing_connection_message_type
static

Definition at line 307 of file core_messages.hpp.


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