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

Handshake acknowledgment message sent by client to complete handshake. More...

#include <handshake_protocol.hpp>

Collaboration diagram for handshake_ack:
Collaboration graph

Static Public Member Functions

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

Public Attributes

error_code status
 

Detailed Description

Handshake acknowledgment message sent by client to complete handshake.