Dangerous SNMP
|
This class is a container for the message flags. More...
#include <message-v3.hpp>
Static Public Attributes | |
static constexpr const char | AUTHENTICATION = (char)0b00000001 |
This is set when authentication is enabled. | |
static constexpr const char | ENCRYPTION = (char)0b00000010 |
This is set when encryption is enabled. More... | |
static constexpr const char | REPORTABLE = (char)0b00000100 |
This is set when a response is requested. More... | |
This class is a container for the message flags.
|
static |
This is set when encryption is enabled.
Note that the standard requires authentication when encryption is present.
|
static |
This is set when a response is requested.
Note that its use is dictated by the standard.