WIENER_SNMP
1.1
A C/C++ library for MPOD crate access via SNMP
|
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... | |
The SnmpObject class is used internally to resolve OIDs and for the SNMP calls.
Definition at line 37 of file WIENER_SNMP.cpp.
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.