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

📄 cim_pickerelement.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PickerElement// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageLib" ), Version ( "2.6.0" ),     Description (       "PickerElements represent hardware used to pick or place "       "PhysicalMedia from/into StorageMediaLocations.")]class CIM_PickerElement : CIM_MediaTransferDevice {      [Description (          "The maximum time in seconds for a PickerElement to grab a "          "PhysicalMedia from a StorageMediaLocation, once the Picker "          "has arrived at that Location. The maximum time interval for "          "moving a Media from one point to another is the sum of the "          "PickerElement's MaxPickTime, the Changer Device's "          "MaxTransitTime and the PickerElement's MaxPutTime."),        Units ( "Seconds" )]   uint32 MaxPickTime;      [Description (          "The maximum time in seconds for a PickerElement to place a "          "PhysicalMedia into a StorageMediaLocation, once the Picker "          "has arrived at that Location. The maximum time interval for "          "moving a Media from one point to another is the sum of the "          "PickerElement's MaxPickTime, the Changer Device's "          "MaxTransitTime and the PickerElement's MaxPutTime."),        Units ( "Seconds" )]   uint32 MaxPutTime;      [Description (          "String describing the location in the StorageLibrary where "          "the Picker is currently positioned.")]   string CellLocation;};

⌨️ 快捷键说明

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