xorp_if_mib.xrls
来自「BCAST Implementation for NS2」· XRLS 代码 · 共 48 行
XRLS
48 行
/* * Copyright (c) 2001-2003 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/xorp_if_mib.xrls,v 1.3 2003/11/05 18:03:54 hodson Exp $ *//** * Get name of Xrl Target */finder://xorp_if_mib/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://xorp_if_mib/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://xorp_if_mib/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://xorp_if_mib/common/0.1/shutdown/** * Load a MIB module * * @param mod_name the mib module file name (without extension) * * @param abs_path absolute path to the module file */finder://xorp_if_mib/xorp_if_mib/0.1/load_mib?mod_name:txt&abs_path:txt->mib_index:u32/** * Unload a MIB module * * @param unloaded true if mib not loaded or successfully unloaded */finder://xorp_if_mib/xorp_if_mib/0.1/unload_mib?mib_index:u32->unloaded:bool
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?