SNMP++  3.3.11
target.h File Reference
#include <libsnmp.h>
#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< SnmpTargetTargetCollection
 

Enumerations

enum  snmp_version { version1, version2c, version2stern, version3 }
 The SNMP version to use is passed with this enum. More...
 

Macro Definition Documentation

◆ INITIAL_USER

#define INITIAL_USER   "initial"

Definition at line 449 of file target.h.

Typedef Documentation

◆ TargetCollection

Definition at line 446 of file target.h.

Enumeration Type Documentation

◆ snmp_version

The SNMP version to use is passed with this enum.

Enumerator
version1 

(0) SNMPv1

version2c 

(1) SNMPv2c

version2stern 

(2) Dont use this!

version3 

(3) SNMPv3

Definition at line 76 of file target.h.