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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "netsnmp_column_info_t" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. netsnmp_column_info_t - column info struct.  
  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 "char fBisRangefP"
  16. .br
  17. .ti -1c
  18. .RI "char fBlist_countfP"
  19. .br
  20. .RI "fIonly useful if isRange == 0 fP"
  21. .ti -1c
  22. .RI "union {"
  23. .br
  24. .ti -1c
  25. .RI "   unsigned int fBrangefP [2]"
  26. .br
  27. .ti -1c
  28. .RI "   unsigned int * fBlistfP"
  29. .br
  30. .ti -1c
  31. .RI "} fBdetailsfP"
  32. .br
  33. .ti -1c
  34. .RI "fBnetsnmp_column_info_tfP * fBnextfP"
  35. .br
  36. .in -1c
  37. .SH "Detailed Description"
  38. .PP 
  39. column info struct. 
  40. OVERLAPPING RANGES ARE NOT SUPPORTED.
  41. .PP
  42. Definition at line 52 of file table.h.
  43. .SH "Field Documentation"
  44. .PP 
  45. .SS "char fBnetsnmp_column_info_t::list_countfP"
  46. .PP
  47. only useful if isRange == 0 
  48. .PP
  49. Definition at line 55 of file table.h.
  50. .SH "Author"
  51. .PP 
  52. Generated automatically by Doxygen for net-snmp from the source code.