文件操作 - CIM_SerialInterface.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Device/CIM_SerialInterface.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="CIMCoreCR00735.001" type ="change">Update of // descriptions based on Tech Edit review.</ // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values // to Units qualifier values.</change> // ================================================================== // CIM_SerialInterface // ================================================================== [Association, Version ( "2.10.0" ), UMLPackagePath ( "CIM::Device::Controller" ), Description ( "SerialInterface is a ControlledBy relationship that indicates " "which Devices are accessed through the SerialController and " "describes the characteristics of this access." )] class CIM_SerialInterface : CIM_ControlledBy { [Override ( "Antecedent" ), Description ( "The SerialController." )] CIM_SerialController REF Antecedent; [Override ( "NegotiatedDataWidth" ), Description ( "For the SerialInterface, NegotiatedDataWidth is the " "number of data bits to be transmitted, without stop bits " "or parity." ), Units ( "Bits" ), PUnit ( "bit" )] uint32 NegotiatedDataWidth; [Description ( "Number of stop bits to be transmitted." ), Units ( "Bits" ), PUnit ( "bit" )] uint16 NumberOfStopBits; [Description ( "Information on the parity setting for transmitted data. " "No parity (value=1), even (value=2), or odd (value=3) " "can be specified." ), ValueMap { "0", "1", "2", "3" }, Values { "Unknown", "None", "Even", "Odd" }] uint16 ParityInfo; [Description ( "An integer enumeration that indicates the flow control " "(Xon-Xoff or RTS/CTS) for transmitted data." ), ValueMap { "0", "1", "2", "3", "4", "5" }, Values { "Unknown", "Not Supported", "None", "XonXoff", "RTS/CTS", "Both XonXoff and RTS/CTS" }] uint16 FlowControlInfo; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件