|
SNMP++
3.3.4
|
#include "snmp_pp/config_snmp_pp.h"#include "snmp_pp/address.h"#include "snmp_pp/octet.h"#include "snmp_pp/collect.h"Go to the source code of this file.
Classes | |
| class | SnmpTarget |
| Abstract class used to provide a virtual interface into Targets. More... | |
| class | CTarget |
| Community based target object. More... | |
| class | UTarget |
| User based Target. More... | |
Macros | |
| #define | INITIAL_USER "initial" |
Typedefs | |
| typedef SnmpCollection < SnmpTarget > | TargetCollection |
Enumerations | |
| enum | snmp_version { version1, version2c, version2stern, version3 } |
| The SNMP version to use is passed with this enum. More... | |
| typedef SnmpCollection<SnmpTarget> TargetCollection |
| enum snmp_version |