Table data

From Net-SNMP Wiki
Revision as of 15:27, 17 July 2011 by Wes (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Net-SNMP MIB Helper
Table Data
Documentation: doxygen API
Code: agent/helpers/table_data.c
Example: agent/helper/testhandler.c
Other Helpers: Agent Helpers

The table helper is designed to completely take over a set of data and serve it. All you need to do is load the data and off it goes.

Note: the Table Data Helper is a child-helper of the table helper. You might want to read its documentation as well.