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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * 2 global mib defs:
  3.  * ERRORFLAG:  A binary flag to signal an error condition.
  4.  * Also used as exit code.
  5.  * ERRORMSG:  A text message describing what caused the above condition,
  6.  * Also used as the single line return message from programs 
  7.  */
  8. #define MIBINDEX 1
  9. #define ERRORNAME 2
  10. #define ERRORFLAG 100
  11. #define ERRORMSG 101
  12. #define ERRORFIX 102
  13. #define ERRORFIXCMD 103