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

This represents the the response that is returned from an SNMP agent in response to some request that was sent. More...

#include <rawresponse.hpp>

Public Member Functions

 RawResponse ()
 Constructor.
 

Public Attributes

std::unique_ptr< SecurityModelsecurityModel
 This contains SecurityModel-specific information about the agent. More...
 
uint8_t pduType
 This is the kind of PDU. TODO TODO TODO.
 
PDU pdu
 This is the PDU.
 

Detailed Description

This represents the the response that is returned from an SNMP agent in response to some request that was sent.

Member Data Documentation

std::unique_ptr<SecurityModel> securityModel

This contains SecurityModel-specific information about the agent.

This can be used for TODO TODO TODO.


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