📄 mtetriggerdeltatable.h
字号:
/* * This file was generated by mib2c and is intended for use as a mib module * for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_MTETRIGGERDELTATABLE_H#define _MIBGROUP_MTETRIGGERDELTATABLE_H/* * we may use header_complex from the header_complex module */config_require(header_complex) /* * enum definitions from the covered mib sections */#define MTETRIGGERDELTADISCONTINUITYIDWILDCARD_TRUE 1#define MTETRIGGERDELTADISCONTINUITYIDWILDCARD_FALSE 2#define MTETRIGGERDELTADISCONTINUITYIDTYPE_TIMETICKS 1#define MTETRIGGERDELTADISCONTINUITYIDTYPE_TIMESTAMP 2#define MTETRIGGERDELTADISCONTINUITYIDTYPE_DATEANDTIME 3 /* * function prototypes */ void init_mteTriggerDeltaTable(void); FindVarMethod var_mteTriggerDeltaTable; WriteMethod write_mteTriggerDeltaDiscontinuityID; WriteMethod write_mteTriggerDeltaDiscontinuityIDWildcard; WriteMethod write_mteTriggerDeltaDiscontinuityIDType;#endif /* _MIBGROUP_MTETRIGGERDELTATABLE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -