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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * This file was generated by mib2c and is intended for use as a mib module
  3.  * for the ucd-snmp snmpd agent. 
  4.  */
  5. #ifndef _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
  6. #define _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
  7. /*
  8.  * we may use header_complex from the header_complex module 
  9.  */
  10. config_require(header_complex)
  11.     /*
  12.      * enum definitions from the covered mib sections 
  13.      */
  14. #define MTETRIGGEREXISTENCETEST_PRESENT          0x80
  15. #define MTETRIGGEREXISTENCETEST_ABSENT           0x40
  16. #define MTETRIGGEREXISTENCETEST_CHANGED          0x20
  17. #define MTETRIGGEREXISTENCESTARTUP_PRESENT       0x80
  18. #define MTETRIGGEREXISTENCESTARTUP_ABSENT        0x40
  19.     /*
  20.      * function prototypes 
  21.      */
  22.      void            init_mteTriggerExistenceTable(void);
  23.      FindVarMethod   var_mteTriggerExistenceTable;
  24.      WriteMethod     write_mteTriggerExistenceTest;
  25.      WriteMethod     write_mteTriggerExistenceStartup;
  26.      WriteMethod     write_mteTriggerExistenceObjectsOwner;
  27.      WriteMethod     write_mteTriggerExistenceObjects;
  28.      WriteMethod     write_mteTriggerExistenceEventOwner;
  29.      WriteMethod     write_mteTriggerExistenceEvent;
  30. #endif                          /* _MIBGROUP_MTETRIGGEREXISTENCETABLE_H */