Difference between revisions of "Table"

From Net-SNMP Wiki
Jump to: navigation, search
(Created page with "{{helper|Table|code=agent/helpers/table.c|documentation=table|example=agent/helper/testhandler.c}} The table helper is designed to take care of common tasks associated with stor...")
(No difference)

Revision as of 16:07, 13 July 2011

Net-SNMP MIB Helper
Table
Documentation: doxygen API
Code: agent/helpers/table.c
Example: agent/helper/testhandler.c
Other Helpers: Agent Helpers

The table helper is designed to take care of common tasks associated with storing date in a row/column fashion. In particular, it parses incoming request indexes into associated column numbers and row-indexes.