Table data
From Net-SNMP Wiki
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.