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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "null_container: Helps you implement specialized" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. null_container: Helps you implement specialized - containers.  
  6. .PP
  7. .SS "Modules"
  8. .in +1c
  9. .ti -1c
  10. .RI "fBnull_container: Helps you implement specializedfP"
  11. .br
  12. .RI "fIcontainers. fP"
  13. .PP
  14. .in -1c
  15. .SS "Functions"
  16. .in +1c
  17. .ti -1c
  18. .RI "fBnetsnmp_containerfP * fBnetsnmp_container_get_nullfP (void)"
  19. .br
  20. .ti -1c
  21. .RI "fBnetsnmp_factoryfP * fBnetsnmp_container_get_null_factoryfP (void)"
  22. .br
  23. .ti -1c
  24. .RI "void fBnetsnmp_container_null_initfP (void)"
  25. .br
  26. .in -1c
  27. .SH "Detailed Description"
  28. .PP 
  29. containers. 
  30. .PP
  31. This is a simple container that doesn't actually contain anything. All the methods simply log a debug message and return.
  32. .PP
  33. The original intent for this container is as a wrapper for a specialized container. Implement the functions you need, create a null_container, and override the default functions with your specialized versions.
  34. .PP
  35. You can use the 'container:null' debug token to see what functions are being called, to help determine if you need to implement them.