|
ORE Studio 0.0.4
|
Pong message sent by server in response to ping. More...
#include <heartbeat_protocol.hpp>

Static Public Member Functions | |
| static std::vector< std::byte > | serialize (pong v) |
| Serialize to frame payload. | |
| static std::expected< pong, error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize from frame payload. | |
Pong message sent by server in response to ping.
Lightweight response message confirming connection is alive.