|
Dangerous SNMP
|
A Dangerous SNMP "Context" is the backing for the rest of the Dangerous SNMP libraries. More...
#include <context.hpp>
Classes | |
| class | PrivateData |
Public Member Functions | |
| Context () | |
| Constructor. More... | |
| ~Context () | |
| Desctuctor. More... | |
Protected Attributes | |
| std::shared_ptr< PrivateData > | privateData |
| TODO: WHAT IS THIS. | |
Friends | |
| class | Client |
| TODO: WHY? | |
| class | AgentX |
| TODO: WHY? | |
A Dangerous SNMP "Context" is the backing for the rest of the Dangerous SNMP libraries.
Its primary goal is to provide the input/output system that is used for network communication.
Typically, an application will need only a single context; however, multiple contexts can coexist, so if a library uses Dangerous SNMP, your application won't need to worry about conflicting settings or global variables. Everything necessary for Dangerous SNMP will be contained here.
| Context | ( | ) |
Constructor.
TODO
| ~Context | ( | ) |
Desctuctor.
TODO