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

📄 snmpnotifyfilterprofiletable.h

📁 开发snmp的开发包有两个开放的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_SNMPNOTIFYFILTERPROFILETABLE_H#define _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H/* * we may use header_complex from the header_complex module  */config_require(header_complex)    /*     * our storage structure(s)      */     struct snmpNotifyFilterProfileTable_data {         char           *snmpTargetParamsName;         size_t          snmpTargetParamsNameLen;         char           *snmpNotifyFilterProfileName;         size_t          snmpNotifyFilterProfileNameLen;         long            snmpNotifyFilterProfileStorType;         long            snmpNotifyFilterProfileRowStatus;     };/* * enum definitions from the covered mib sections  *//* * function prototypes  */     void            init_snmpNotifyFilterProfileTable(void);     FindVarMethod   var_snmpNotifyFilterProfileTable;     void            parse_snmpNotifyFilterProfileTable(const char *,                                                        char *);     SNMPCallback    store_snmpNotifyFilterProfileTable;     WriteMethod     write_snmpNotifyFilterProfileName;     WriteMethod     write_snmpNotifyFilterProfileStorType;     WriteMethod     write_snmpNotifyFilterProfileRowStatus;     char           *get_FilterProfileName(const char *paramName,                                           size_t paramName_len,                                           size_t * profileName_len);#endif                          /* _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H */

⌨️ 快捷键说明

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