Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
SNMPv3MessageFlags Class Reference

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...
 

Detailed Description

This class is a container for the message flags.

Member Data Documentation

constexpr const char ENCRYPTION = (char)0b00000010
static

This is set when encryption is enabled.

Note that the standard requires authentication when encryption is present.

constexpr const char REPORTABLE = (char)0b00000100
static

This is set when a response is requested.

Note that its use is dictated by the standard.


The documentation for this class was generated from the following file: