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::connection_rejected_message Struct Reference

#include <core_messages.hpp>

Public Member Functions

 connection_rejected_message ()
 
 connection_rejected_message (const std::string &user_agent, uint32_t core_protocol_version, const fc::ip::endpoint &remote_endpoint, rejection_reason_code reason_code, const std::string &reason_string)
 

Public Attributes

std::string user_agent
 
uint32_t core_protocol_version
 
fc::ip::endpoint remote_endpoint
 
fc::enum_type< uint8_t, rejection_reason_codereason_code
 
std::string reason_string
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::connection_rejected_message_type
 

Detailed Description

Definition at line 241 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ connection_rejected_message() [1/2]

graphene::net::connection_rejected_message::connection_rejected_message ( )
inline

Definition at line 251 of file core_messages.hpp.

◆ connection_rejected_message() [2/2]

graphene::net::connection_rejected_message::connection_rejected_message ( const std::string &  user_agent,
uint32_t  core_protocol_version,
const fc::ip::endpoint remote_endpoint,
rejection_reason_code  reason_code,
const std::string &  reason_string 
)
inline

Definition at line 252 of file core_messages.hpp.

Member Data Documentation

◆ core_protocol_version

uint32_t graphene::net::connection_rejected_message::core_protocol_version

Definition at line 246 of file core_messages.hpp.

◆ reason_code

fc::enum_type<uint8_t, rejection_reason_code> graphene::net::connection_rejected_message::reason_code

Definition at line 248 of file core_messages.hpp.

◆ reason_string

std::string graphene::net::connection_rejected_message::reason_string

Definition at line 249 of file core_messages.hpp.

◆ remote_endpoint

fc::ip::endpoint graphene::net::connection_rejected_message::remote_endpoint

Definition at line 247 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::connection_rejected_message::type = core_message_type_enum::connection_rejected_message_type
static

Definition at line 243 of file core_messages.hpp.

◆ user_agent

std::string graphene::net::connection_rejected_message::user_agent

Definition at line 245 of file core_messages.hpp.


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