|
ORE Studio 0.0.4
|
Handshake acknowledgment message sent by client to complete handshake. More...
#include <handshake_protocol.hpp>

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 |
Handshake acknowledgment message sent by client to complete handshake.