Difference between revisions of "Table data"
From Net-SNMP Wiki
(Created page with "{{helper|Table Data|code=agent/helpers/table_data.c|documentation=table__data|example=agent/helper/testhandler.c}} The table helper is designed to completely take over a set of ...") |
|||
| Line 2: | Line 2: | ||
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. | 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. | ||
Latest revision as of 15:27, 17 July 2011
| 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.