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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "leaf_handlers: process individual leaf objects" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. leaf_handlers: process individual leaf objects - A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).  
  6. .PP
  7. .SS "Modules"
  8. .in +1c
  9. .ti -1c
  10. .RI "fBinstance: process individual MIB instances easily.fP"
  11. .br
  12. .ti -1c
  13. .RI "fBscalar: process scalars easily.fP"
  14. .br
  15. .ti -1c
  16. .RI "fBscalar_group: process groups of scalars.fP"
  17. .br
  18. .ti -1c
  19. .RI "fBwatcher: watch a specified variable and processfP"
  20. .br
  21. .RI "fIit as an instance or scalar object fP"
  22. .PP
  23. .in -1c
  24. .SH "Detailed Description"
  25. .PP 
  26. A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table). 
  27. .PP
  28. These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.