usmdhuserkeytable_enums.h
来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 40 行
H
40 行
/* * Note: this file originally auto-generated by mib2c using * : generic-table-enums.m2c,v 1.4 2005/07/15 22:41:16 rstory Exp $ * * $Id: usmDHUserKeyTable_enums.h 13774 2005-12-01 21:31:52Z rstory $ */#ifndef USMDHUSERKEYTABLE_ENUMS_H#define USMDHUSERKEYTABLE_ENUMS_H#ifdef __cplusplusextern "C" {#endif /* * NOTES on enums * ============== * * Value Mapping * ------------- * If the values for your data type don't exactly match the * possible values defined by the mib, you should map them * below. For example, a boolean flag (1/0) is usually represented * as a TruthValue in a MIB, which maps to the values (1/2). * *//************************************************************************* ************************************************************************* * * enum definitions for table usmDHUserKeyTable * ************************************************************************* *************************************************************************/#ifdef __cplusplus}#endif#endif /* USMDHUSERKEYTABLE_ENUMS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?