mtetriggerthresholdtable.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 47 行
H
47 行
/* * This file was generated by mib2c and is intended for use as a mib module * for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_MTETRIGGERTHRESHOLDTABLE_H#define _MIBGROUP_MTETRIGGERTHRESHOLDTABLE_H/* * we may use header_complex from the header_complex module */config_require(header_complex) /* * enum definitions from the covered mib sections */#define MTETRIGGERTHRESHOLDSTARTUP_RISING 1#define MTETRIGGERTHRESHOLDSTARTUP_FALLING 2#define MTETRIGGERTHRESHOLDSTARTUP_RISINGORFALLING 3 /* * function prototypes */ void init_mteTriggerThresholdTable(void); FindVarMethod var_mteTriggerThresholdTable; WriteMethod write_mteTriggerThresholdStartup; WriteMethod write_mteTriggerThresholdRising; WriteMethod write_mteTriggerThresholdFalling; WriteMethod write_mteTriggerThresholdDeltaRising; WriteMethod write_mteTriggerThresholdDeltaFalling; WriteMethod write_mteTriggerThresholdObjectsOwner; WriteMethod write_mteTriggerThresholdObjects; WriteMethod write_mteTriggerThresholdRisingEventOwner; WriteMethod write_mteTriggerThresholdRisingEvent; WriteMethod write_mteTriggerThresholdFallingEventOwner; WriteMethod write_mteTriggerThresholdFallingEvent; WriteMethod write_mteTriggerThresholdDeltaRisingEventOwner; WriteMethod write_mteTriggerThresholdDeltaRisingEvent; WriteMethod write_mteTriggerThresholdDeltaFallingEventOwner; WriteMethod write_mteTriggerThresholdDeltaFallingEvent;#endif /* _MIBGROUP_MTETRIGGERTHRESHOLDTABLE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?