
Juergen Schoenwaelder wrote:
Diego Parrilla writes:
Diego> Hi, I'm wrapping the smilib library for C++ development, but I Diego> can`t retrieve Description and Reference information from any Diego> node. I don´t know if it's my fault or this feature is not yet Diego> implemented. ¿ Can anybody help me ?
I suspect it is a bug in your code. All this stuff is implemented (otherwise tools like smidump would not be able to generate the various output formats). Try to trim down your code to something small which shows the unexpected behaviour. If this does not already help to find the cause of the problem, send us the trimmed down version and we may take a look at it. Juergen
When I try to retrieve Description and/or Reference information from any node with the full OID (e.g.: .1.3.6.1.2.1.2.1), both fields return empty. But if I use the equivalent label of the OID ("ifNumber", I think...), these fields return the right values. I call the "smiGetNode" function for this action.
So, I expected to have the same features in both cases. It seems I was wrong.
Diego