2009/3/21 Max 00 <[email protected]>:
> Need to know the column (index vaues) in a row of the table from
> the table handler (code created with mib2c.create-dataset.conf).

Use

    netsnmp_table_request_info *table_info =
netsnmp_extract_table_info(request)'

 to get hold of the information about each requested varbind.
This includes a field 'indexes', which is a varbind list of the index values.

There's an example of the use of this in mibgroup/agent/nsVacmAccessTable.c

Dave

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to