📄 mtetriggerthresholdtable.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -