netsnmp_netsnmp_table_request_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. .TH "netsnmp_table_request_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. netsnmp_table_request_info_s - The table request info structure.  
  6. .PP
  7. .SH SYNOPSIS
  8. .br
  9. .PP
  10. fC#include <table.h>fP
  11. .PP
  12. .SS "Data Fields"
  13. .in +1c
  14. .ti -1c
  15. .RI "unsigned int fBcolnumfP"
  16. .br
  17. .RI "fI0 if OID not long enough fP"
  18. .ti -1c
  19. .RI "unsigned int fBnumber_indexesfP"
  20. .br
  21. .RI "fI0 if failure to parse any fP"
  22. .ti -1c
  23. .RI "fBnetsnmp_variable_listfP * fBindexesfP"
  24. .br
  25. .RI "fIcontents freed by helper upon exit fP"
  26. .ti -1c
  27. .RI "oid fBindex_oidfP [MAX_OID_LEN]"
  28. .br
  29. .ti -1c
  30. .RI "size_t fBindex_oid_lenfP"
  31. .br
  32. .ti -1c
  33. .RI "fBnetsnmp_table_registration_infofP * fBreg_infofP"
  34. .br
  35. .in -1c
  36. .SH "Detailed Description"
  37. .PP 
  38. The table request info structure. 
  39. .PP
  40. Definition at line 102 of file table.h.
  41. .SH "Field Documentation"
  42. .PP 
  43. .SS "unsigned int fBnetsnmp_table_request_info_s::colnumfP"
  44. .PP
  45. 0 if OID not long enough 
  46. .PP
  47. Definition at line 104 of file table.h.
  48. .PP
  49. 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().
  50. .SS "fBnetsnmp_variable_listfP* fBnetsnmp_table_request_info_s::indexesfP"
  51. .PP
  52. contents freed by helper upon exit 
  53. .PP
  54. Definition at line 108 of file table.h.
  55. .PP
  56. 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().
  57. .SS "unsigned int fBnetsnmp_table_request_info_s::number_indexesfP"
  58. .PP
  59. 0 if failure to parse any 
  60. .PP
  61. Definition at line 106 of file table.h.
  62. .PP
  63. Referenced by table_helper_handler().
  64. .SH "Author"
  65. .PP 
  66. Generated automatically by Doxygen for net-snmp from the source code.