#include <table.h>
Data Fields |
|
| netsnmp_variable_list * | indexes |
| list of varbinds with only 'type' set |
|
| unsigned int | number_indexes |
| calculated automatically |
|
| unsigned int | min_column |
| the minimum columns number. |
|
| unsigned int | max_column |
| the maximum columns number |
|
| netsnmp_column_info * | valid_columns |
| more details on columns |
|
Definition at line 74 of file table.h.
|
|
list of varbinds with only 'type' set Definition at line 76 of file table.h. Referenced by netsnmp_get_table_handler(), netsnmp_register_table_data_set(), netsnmp_register_table_iterator(), and table_helper_handler(). |
|
|
the maximum columns number Definition at line 87 of file table.h. Referenced by netsnmp_register_table_data_set(), and table_helper_handler(). |
|
|
the minimum columns number. If there are columns in-between which are not valid, use valid_columns to get automatic column range checking. Definition at line 85 of file table.h. Referenced by netsnmp_register_table_data_set(), and table_helper_handler(). |
|
|
calculated automatically Definition at line 78 of file table.h. Referenced by netsnmp_get_table_handler(), and table_helper_handler(). |
|
|
more details on columns Definition at line 90 of file table.h. Referenced by table_helper_handler(). |
1.3.9.1
Last modified: Thursday, 01-Mar-2007 16:20:07 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.