WIENER_SNMP  1.1
A C/C++ library for MPOD crate access via SNMP
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SnmpObject Class Reference

The SnmpObject class is used internally to resolve OIDs and for the SNMP calls. More...

Public Attributes

oid id [MAX_OID_LEN]
 The resolved SNMP OID. More...
 
size_t len
 The resolved OIDs length in byte. More...
 
char desc [100]
 The OIDs textual representation, e.g. "sysDescr.0". More...
 

Detailed Description

The SnmpObject class is used internally to resolve OIDs and for the SNMP calls.

Definition at line 37 of file WIENER_SNMP.cpp.

Member Data Documentation

char SnmpObject::desc[100]

The OIDs textual representation, e.g. "sysDescr.0".

Definition at line 41 of file WIENER_SNMP.cpp.

oid SnmpObject::id[MAX_OID_LEN]

The resolved SNMP OID.

Definition at line 39 of file WIENER_SNMP.cpp.

size_t SnmpObject::len

The resolved OIDs length in byte.

Definition at line 40 of file WIENER_SNMP.cpp.


The documentation for this class was generated from the following file: