snmpnotifyfilterprofiletable.h
来自「Snmp(简单网管协议)软件包。」· C头文件 代码 · 共 56 行
H
56 行
/* 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;WriteMethod write_snmpNotifyFilterProfileRowStatus;#endif /* _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?