Dangerous SNMP
|
This class is the version-1 and version-2c encapsulation for a message. More...
#include <message.hpp>
Public Attributes | |
int | version |
This is the version number. More... | |
std::string | communityString |
This is the "community string" for the message. | |
std::vector< char > | pduBytes |
This is the actual payload of the message. | |
This class is the version-1 and version-2c encapsulation for a message.
The actual payload of the message is not processed here.
int version |
This is the version number.
0: Version 1 1: Version 2c