netsnmp_netsnmp_table_registration_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "netsnmp_table_registration_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- netsnmp_table_registration_info_s - Table registration structure.
- .PP
- .SH SYNOPSIS
- .br
- .PP
- fC#include <table.h>fP
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "fBnetsnmp_variable_listfP * fBindexesfP"
- .br
- .RI "fIlist of varbinds with only 'type' set fP"
- .ti -1c
- .RI "unsigned int fBnumber_indexesfP"
- .br
- .RI "fIcalculated automatically fP"
- .ti -1c
- .RI "unsigned int fBmin_columnfP"
- .br
- .RI "fIthe minimum columns number. fP"
- .ti -1c
- .RI "unsigned int fBmax_columnfP"
- .br
- .RI "fIthe maximum columns number fP"
- .ti -1c
- .RI "fBnetsnmp_column_infofP * fBvalid_columnsfP"
- .br
- .RI "fImore details on columns fP"
- .in -1c
- .SH "Detailed Description"
- .PP
- Table registration structure.
- .PP
- Definition at line 74 of file table.h.
- .SH "Field Documentation"
- .PP
- .SS "fBnetsnmp_variable_listfP* fBnetsnmp_table_registration_info_s::indexesfP"
- .PP
- list of varbinds with only 'type' set
- .PP
- Definition at line 76 of file table.h.
- .PP
- Referenced by netsnmp_get_table_handler(), netsnmp_register_table_data_set(), and table_helper_handler().
- .SS "unsigned int fBnetsnmp_table_registration_info_s::max_columnfP"
- .PP
- the maximum columns number
- .PP
- Definition at line 87 of file table.h.
- .PP
- Referenced by netsnmp_register_table_data_set(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
- .SS "unsigned int fBnetsnmp_table_registration_info_s::min_columnfP"
- .PP
- the minimum columns number.
- .PP
- If there are columns in-between which are not valid, use valid_columns to get automatic column range checking.
- .PP
- Definition at line 85 of file table.h.
- .PP
- Referenced by netsnmp_register_table_data_set(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
- .SS "unsigned int fBnetsnmp_table_registration_info_s::number_indexesfP"
- .PP
- calculated automatically
- .PP
- Definition at line 78 of file table.h.
- .PP
- Referenced by netsnmp_get_table_handler(), and table_helper_handler().
- .SS "fBnetsnmp_column_infofP* fBnetsnmp_table_registration_info_s::valid_columnsfP"
- .PP
- more details on columns
- .PP
- Definition at line 90 of file table.h.
- .PP
- Referenced by table_helper_handler().
- .SH "Author"
- .PP
- Generated automatically by Doxygen for net-snmp from the source code.