...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The type of received control frame.
Defined in header <boost/beast/websocket/stream.hpp>
enum frame_type
Name |
Description |
---|---|
|
A close frame was received. |
|
A ping frame was received. |
|
A pong frame was received. |
Values of this type are passed to the control frame callback set using stream::control_callback
.