Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.90.0.
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 websocket::stream::control_callback.
Convenience header <boost/beast/websocket.hpp>