ORE Studio 0.0.4
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
pong Struct Referencefinal

Pong message sent by server in response to ping. More...

#include <heartbeat_protocol.hpp>

Collaboration diagram for pong:
Collaboration graph

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.
 

Detailed Description

Pong message sent by server in response to ping.

Lightweight response message confirming connection is alive.