Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
Main Page | Modules | Data Structures | File List | Data Fields | Related Pages | Examples

netsnmp_table_registration_info_s Struct Reference

Table registration structure. More...

#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

Detailed Description

Table registration structure.

Definition at line 74 of file table.h.


Field Documentation

netsnmp_variable_list* netsnmp_table_registration_info_s::indexes
 

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().

unsigned int netsnmp_table_registration_info_s::max_column
 

the maximum columns number

Definition at line 87 of file table.h.

Referenced by netsnmp_register_table_data_set(), and table_helper_handler().

unsigned int netsnmp_table_registration_info_s::min_column
 

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().

unsigned int netsnmp_table_registration_info_s::number_indexes
 

calculated automatically

Definition at line 78 of file table.h.

Referenced by netsnmp_get_table_handler(), and table_helper_handler().

netsnmp_column_info* netsnmp_table_registration_info_s::valid_columns
 

more details on columns

Definition at line 90 of file table.h.

Referenced by table_helper_handler().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 30 13:47:51 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


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.