rippled
Public Member Functions | Public Attributes | List of all members
ripple::SNTPClientImp::Query Struct Reference
Collaboration diagram for ripple::SNTPClientImp::Query:
Collaboration graph
[legend]

Public Member Functions

 Query (sys_seconds j=sys_seconds::max())
 

Public Attributes

bool replied
 
sys_seconds sent
 
std::uint32_t nonce
 

Detailed Description

Definition at line 77 of file SNTPClock.cpp.

Constructor & Destructor Documentation

◆ Query()

ripple::SNTPClientImp::Query::Query ( sys_seconds  j = sys_seconds::max())
explicit

Definition at line 83 of file SNTPClock.cpp.

Member Data Documentation

◆ replied

bool ripple::SNTPClientImp::Query::replied

Definition at line 79 of file SNTPClock.cpp.

◆ sent

sys_seconds ripple::SNTPClientImp::Query::sent

Definition at line 80 of file SNTPClock.cpp.

◆ nonce

std::uint32_t ripple::SNTPClientImp::Query::nonce

Definition at line 81 of file SNTPClock.cpp.