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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "netsnmp_table_registration_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_registration_info_s - Table registration 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 "fBnetsnmp_variable_listfP * fBindexesfP"
  16. .br
  17. .RI "fIlist of varbinds with only 'type' set fP"
  18. .ti -1c
  19. .RI "unsigned int fBnumber_indexesfP"
  20. .br
  21. .RI "fIcalculated automatically fP"
  22. .ti -1c
  23. .RI "unsigned int fBmin_columnfP"
  24. .br
  25. .RI "fIthe minimum columns number. fP"
  26. .ti -1c
  27. .RI "unsigned int fBmax_columnfP"
  28. .br
  29. .RI "fIthe maximum columns number fP"
  30. .ti -1c
  31. .RI "fBnetsnmp_column_infofP * fBvalid_columnsfP"
  32. .br
  33. .RI "fImore details on columns fP"
  34. .in -1c
  35. .SH "Detailed Description"
  36. .PP 
  37. Table registration structure. 
  38. .PP
  39. Definition at line 74 of file table.h.
  40. .SH "Field Documentation"
  41. .PP 
  42. .SS "fBnetsnmp_variable_listfP* fBnetsnmp_table_registration_info_s::indexesfP"
  43. .PP
  44. list of varbinds with only 'type' set 
  45. .PP
  46. Definition at line 76 of file table.h.
  47. .PP
  48. Referenced by netsnmp_get_table_handler(), netsnmp_register_table_data_set(), and table_helper_handler().
  49. .SS "unsigned int fBnetsnmp_table_registration_info_s::max_columnfP"
  50. .PP
  51. the maximum columns number 
  52. .PP
  53. Definition at line 87 of file table.h.
  54. .PP
  55. Referenced by netsnmp_register_table_data_set(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
  56. .SS "unsigned int fBnetsnmp_table_registration_info_s::min_columnfP"
  57. .PP
  58. the minimum columns number. 
  59. .PP
  60. If there are columns in-between which are not valid, use valid_columns to get automatic column range checking.
  61. .PP
  62. Definition at line 85 of file table.h.
  63. .PP
  64. Referenced by netsnmp_register_table_data_set(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
  65. .SS "unsigned int fBnetsnmp_table_registration_info_s::number_indexesfP"
  66. .PP
  67. calculated automatically 
  68. .PP
  69. Definition at line 78 of file table.h.
  70. .PP
  71. Referenced by netsnmp_get_table_handler(), and table_helper_handler().
  72. .SS "fBnetsnmp_column_infofP* fBnetsnmp_table_registration_info_s::valid_columnsfP"
  73. .PP
  74. more details on columns 
  75. .PP
  76. Definition at line 90 of file table.h.
  77. .PP
  78. Referenced by table_helper_handler().
  79. .SH "Author"
  80. .PP 
  81. Generated automatically by Doxygen for net-snmp from the source code.