2009/6/10 Tewen Hsieh <tewen.hs...@itas.com.tw>:

> But before I can get index values, I still need to get all external data for
> XXXTable_get_first(next)_data_point to search.

No - you need to get index information about all the valid rows.
You don't need the full external data for each row at this stage,
but you do need to have the index information for each row.

That's the whole point of the "iterate" helper.


> Maybe I misunderstood your suggestion, could you explain more clearly?
> Sorry that I am still very new to net-snmp.

I would actually suggest that you start by implementing a simpler MIB
module, as a test to develop your understanding of how things work.
That's likely to be faster in the long run, rather than diving straight
into what sounds like a relatively complicated MIB implementation,

Dave

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to