3 #include "securitymodel.hpp"
6 namespace dangerous {
namespace snmp {
A PDU represents an SNMP Protocol Data Unit (PDU).
Definition: pdu.hpp:56
std::unique_ptr< SecurityModel > securityModel
This contains SecurityModel-specific information about the agent.
Definition: rawresponse.hpp:22
This represents the the response that is returned from an SNMP agent in response to some request that...
Definition: rawresponse.hpp:12
RawResponse()
Constructor.
uint8_t pduType
This is the kind of PDU. TODO TODO TODO.
Definition: rawresponse.hpp:25
PDU pdu
This is the PDU.
Definition: rawresponse.hpp:28