Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::net::PingPayload Struct Reference

Ping request/response payload Client/Server /Pong OpCodes. More...

#include <Packet.hpp>

Collaboration diagram for rtp::net::PingPayload:

Public Attributes

uint64_t clientTimeMs
 Client timestamp in ms.
 

Detailed Description

Ping request/response payload Client/Server /Pong OpCodes.

Definition at line 426 of file Packet.hpp.

Member Data Documentation

◆ clientTimeMs

uint64_t rtp::net::PingPayload::clientTimeMs

Client timestamp in ms.

Definition at line 427 of file Packet.hpp.


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