|
proxygen
|
#include <Types.h>
Public Member Functions | |
| Alert ()=default | |
| Alert (AlertDescription desc) | |
Public Attributes | |
| uint8_t | level = 0x02 |
| AlertDescription | description |
Additional Inherited Members | |
Static Public Attributes inherited from fizz::EventType< Event::Alert > | |
| static constexpr Event | event |
|
default |
|
inlineexplicit |
| AlertDescription fizz::Alert::description |
Definition at line 313 of file Types.h.
Referenced by fizz::decode(), and fizz::server::test::TEST_F().
| uint8_t fizz::Alert::level = 0x02 |
Definition at line 312 of file Types.h.
Referenced by fizz::decode().