|
Dangerous SNMP
|
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< SecurityModel > | securityModel |
| 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. | |
This represents the the response that is returned from an SNMP agent in response to some request that was sent.
| std::unique_ptr<SecurityModel> securityModel |
This contains SecurityModel-specific information about the agent.
This can be used for TODO TODO TODO.