netsnmp_netsnmp_table_request_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "netsnmp_table_request_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- netsnmp_table_request_info_s - The table request info structure.
- .PP
- .SH SYNOPSIS
- .br
- .PP
- fC#include <table.h>fP
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "unsigned int fBcolnumfP"
- .br
- .RI "fI0 if OID not long enough fP"
- .ti -1c
- .RI "unsigned int fBnumber_indexesfP"
- .br
- .RI "fI0 if failure to parse any fP"
- .ti -1c
- .RI "fBnetsnmp_variable_listfP * fBindexesfP"
- .br
- .RI "fIcontents freed by helper upon exit fP"
- .ti -1c
- .RI "oid fBindex_oidfP [MAX_OID_LEN]"
- .br
- .ti -1c
- .RI "size_t fBindex_oid_lenfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_table_registration_infofP * fBreg_infofP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The table request info structure.
- .PP
- Definition at line 102 of file table.h.
- .SH "Field Documentation"
- .PP
- .SS "unsigned int fBnetsnmp_table_request_info_s::colnumfP"
- .PP
- 0 if OID not long enough
- .PP
- Definition at line 104 of file table.h.
- .PP
- Referenced by netsnmp_table_build_oid(), netsnmp_table_build_oid_from_index(), netsnmp_table_data_helper_handler(), netsnmp_table_data_set_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
- .SS "fBnetsnmp_variable_listfP* fBnetsnmp_table_request_info_s::indexesfP"
- .PP
- contents freed by helper upon exit
- .PP
- Definition at line 108 of file table.h.
- .PP
- Referenced by netsnmp_insert_iterator_context(), netsnmp_insert_table_row(), netsnmp_table_build_oid(), netsnmp_table_iterator_helper_handler(), netsnmp_update_indexes_from_variable_list(), netsnmp_update_variable_list_from_index(), and table_helper_handler().
- .SS "unsigned int fBnetsnmp_table_request_info_s::number_indexesfP"
- .PP
- 0 if failure to parse any
- .PP
- Definition at line 106 of file table.h.
- .PP
- Referenced by table_helper_handler().
- .SH "Author"
- .PP
- Generated automatically by Doxygen for net-snmp from the source code.