Dangerous SNMP
|
The Details class adds a bit of extra information to a Response. More...
#include <response.hpp>
Public Member Functions | |
Details () | |
Default constructor. More... | |
Public Attributes | |
unsigned int | operations |
This is the number of protocol-level operations that were performed during the course of actually getting this Response. More... | |
The Details class adds a bit of extra information to a Response.
The information is not directly related to the SNMP standard, which is why it's in a separate sub-structure.
|
inline |
Default constructor.
This sets the object to reasonable defaults.
unsigned int operations |
This is the number of protocol-level operations that were performed during the course of actually getting this Response.