ifxtable_data_access.h

来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 45 行

H
45
字号
/* * Note: this file originally auto-generated by mib2c using *       version : 1.17 $ of : mfd-data-access.m2c,v $ * * $Id: ifXTable_data_access.h 13748 2005-11-30 20:16:18Z rstory $ */#ifndef IFXTABLE_DATA_ACCESS_H#define IFXTABLE_DATA_ACCESS_H#ifdef __cplusplusextern          "C" {#endif    /*     *********************************************************************     * function declarations     */    /*     *********************************************************************     * Table declarations     *//********************************************************************** ********************************************************************** *** *** Table ifXTable *** ********************************************************************** **********************************************************************/    /*     * IF-MIB::ifXTable is subid 1 of ifMIBObjects.     * Its status is Current.     * OID: .1.3.6.1.2.1.31.1.1, length: 9     */    int             ifXTable_init_data(ifXTable_registration *                                       ifXTable_reg);    int             ifXTable_row_prep(ifXTable_rowreq_ctx * rowreq_ctx);#ifdef __cplusplus}#endif#endif                          /* IFXTABLE_DATA_ACCESS_H */

⌨️ 快捷键说明

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