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

Ping message sent by client to check connection liveness. More...

#include <heartbeat_protocol.hpp>

Collaboration diagram for ping:
Collaboration graph

Static Public Member Functions

static std::vector< std::byte > serialize (ping v)
 Serialize to frame payload.
 
static std::expected< ping, error_code > deserialize (std::span< const std::byte > data)
 Deserialize from frame payload.
 

Detailed Description

Ping message sent by client to check connection liveness.

Lightweight keepalive message with no payload.