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

#include <core_messages.hpp>

Public Member Functions

 current_time_reply_message ()
 
 current_time_reply_message (const fc::time_point request_sent_time, const fc::time_point request_received_time, const fc::time_point reply_transmitted_time=fc::time_point())
 

Public Attributes

fc::time_point request_sent_time
 
fc::time_point request_received_time
 
fc::time_point reply_transmitted_time
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::current_time_reply_message_type
 

Detailed Description

Definition at line 334 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ current_time_reply_message() [1/2]

graphene::net::current_time_reply_message::current_time_reply_message ( )
inline

Definition at line 341 of file core_messages.hpp.

◆ current_time_reply_message() [2/2]

graphene::net::current_time_reply_message::current_time_reply_message ( const fc::time_point  request_sent_time,
const fc::time_point  request_received_time,
const fc::time_point  reply_transmitted_time = fc::time_point() 
)
inline

Definition at line 342 of file core_messages.hpp.

Member Data Documentation

◆ reply_transmitted_time

fc::time_point graphene::net::current_time_reply_message::reply_transmitted_time

Definition at line 339 of file core_messages.hpp.

◆ request_received_time

fc::time_point graphene::net::current_time_reply_message::request_received_time

Definition at line 338 of file core_messages.hpp.

◆ request_sent_time

fc::time_point graphene::net::current_time_reply_message::request_sent_time

Definition at line 337 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::current_time_reply_message::type = core_message_type_enum::current_time_reply_message_type
static

Definition at line 336 of file core_messages.hpp.


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