PING/PONG packet payload. More...
#include <Protocol.hpp>
Collaboration diagram for rnp::PacketPingPong:Public Attributes | |
| std::uint32_t | nonce |
| std::uint32_t | sendTimeMs |
PING/PONG packet payload.
Definition at line 207 of file Protocol.hpp.
| std::uint32_t rnp::PacketPingPong::nonce |
Definition at line 209 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializePingPong(), eng::AsioClient::handlePing(), srv::AsioServer::handlePing(), eng::AsioClient::handlePong(), eng::AsioClient::sendPing(), eng::AsioClient::sendPong(), srv::AsioServer::sendPong(), rnp::Serializer::serializePingPong(), and srv::AsioServer::updateClientManagement().
| std::uint32_t rnp::PacketPingPong::sendTimeMs |
Definition at line 210 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializePingPong(), srv::AsioServer::handlePong(), and rnp::Serializer::serializePingPong().