⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snmpnotifytable.h

📁 Snmp(简单网管协议)软件包。
💻 H
字号:
/* This file was generated by mib2c and is intended for use as a mib module  for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_SNMPNOTIFYTABLE_H#define _MIBGROUP_SNMPNOTIFYTABLE_H/* we may use header_complex from the header_complex module */config_require(header_complex)config_require(target)config_add_mib(SNMP-NOTIFICATION-MIB)/* our storage structure(s) */struct snmpNotifyTable_data {    char   *snmpNotifyName;    size_t  snmpNotifyNameLen;    char   *snmpNotifyTag;    size_t  snmpNotifyTagLen;    long    snmpNotifyType;    long    snmpNotifyStorageType;    long    snmpNotifyRowStatus;};/* enum definitions from the covered mib sections */#define SNMPNOTIFYTYPE_TRAP                      1#define SNMPNOTIFYTYPE_INFORM                    2/* function prototypes */void   init_snmpNotifyTable(void);FindVarMethod var_snmpNotifyTable;void parse_snmpNotifyTable(const char *, char *);int snmpNotifyTable_add(struct snmpNotifyTable_data *thedata);WriteMethod write_snmpNotifyTag;WriteMethod write_snmpNotifyType;WriteMethod write_snmpNotifyStorageType;WriteMethod write_snmpNotifyRowStatus;WriteMethod write_snmpNotifyRowStatus;#endif /* _MIBGROUP_SNMPNOTIFYTABLE_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -