Hello,
i'm developing a SNMP NMS with Visual C++, i'm having troubles with getting the oid's name from their value ANS.1 notation. It's better this way:
oidName = snmpGetOidName ("1.1.2.3.4.5");
print oidName;
....................................................
the print value would be for example sysDescr.
I'm hope you can help me.
Regards,
Paulo Ferreira.