|  | Home | Libraries | People | FAQ | More | 
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.