CatapultServer
v0.5.0.1 (Elephant)
|
A network time response. More...
Public Attributes | |
timesync::CommunicationTimestamps | CommunicationTimestamps |
Communication timestamps. More... | |
Public Attributes inherited from catapult::ionet::PacketHeader | |
uint32_t | Size |
Size of the packet. More... | |
PacketType | Type |
Type of the packet. More... | |
Static Public Attributes | |
static constexpr ionet::PacketType | Packet_Type = ionet::PacketType::Time_Sync_Network_Time |
Additional Inherited Members | |
Public Member Functions inherited from catapult::ionet::Packet | |
uint8_t * | Data () |
Returns a non-const pointer to data contained in this packet. More... | |
constexpr const uint8_t * | Data () const |
Returns a const pointer to data contained in this packet. More... | |
Public Member Functions inherited from catapult::utils::NonCopyable | |
constexpr | NonCopyable ()=default |
Default constructor. More... | |
~NonCopyable ()=default | |
Default destructor. More... | |
NonCopyable (const NonCopyable &)=delete | |
Disabled copy constructor. More... | |
NonCopyable & | operator= (const NonCopyable &)=delete |
Disabled assignment operator. More... | |
A network time response.
timesync::CommunicationTimestamps catapult::api::NetworkTimePacket::CommunicationTimestamps |
Communication timestamps.
|
staticconstexpr |