#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.
Compounds | |
| class | CTarget |
| Community based target object. More... | |
| class | SnmpTarget |
| Abstract class used to provide a virtual interface into Targets. More... | |
| class | UTarget |
| User based Target. More... | |
Defines | |
| #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... | |
|
|
|
|
|
|
|
|
The SNMP version to use is passed with this enum.
Definition at line 85 of file target.h. Referenced by SnmpTarget::get_version(). |
1.3.2