association CIM_SerialInterface : CIM_ControlledBy

Description:

SerialInterface is a ControlledBy relationship that indicates which Devices are accessed through the SerialController and describes the characteristics of this access.

Definition:

Feature Type Class Origin Qualifiers
Antecedent CIM_SerialController CIM_Dependency
Override Antecedent
Description The SerialController.
Key TRUE
Dependent CIM_LogicalDevice CIM_Dependency
Override Dependent
Description The controlled Device.
Key TRUE
NegotiatedSpeed uint64 CIM_DeviceConnection
Description When several bus and connection speeds are possible, the NegotiatedSpeed property defines the one that is in use between the Devices. Speed is specified in bits per second. If connection or bus speeds are not negotiated, or if this information is not available or not important to Device management, the property should be set to 0.
Units Bits per Second
MappingStrings MIF.DMTF|Bus Port Association|001.2
PUnit bit / second
NegotiatedDataWidth uint32 CIM_DeviceConnection
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
MappingStrings MIF.DMTF|Bus Port Association|001.3
AccessState uint16 CIM_ControlledBy
Description The State property indicates whether the Controller is actively commanding or accessing the Device (value=1) or not (value=2). Also, the value, "Unknown" (0), can be defined. This information is necessary when a LogicalDevice can be commanded by, or accessed through, multiple Controllers.
ValueMap 0, 1, 2
Values "Unknown" [0]
"Active" [1]
"Inactive" [2]
TimeOfDeviceReset datetime CIM_ControlledBy
Description The time that the downstream Device was last reset by the Controller.
NumberOfHardResets uint32 CIM_ControlledBy
Description Number of hard resets issued by the Controller. A hard reset returns the Device to its initialization or boot-up state. All internal Device state information and data are lost.
Counter TRUE
NumberOfSoftResets uint32 CIM_ControlledBy
Description Number of soft resets issued by the Controller. A soft reset does not completely clear current Device state or data. Exact semantics are dependent on the Device and on the protocols and mechanisms used to communicate with the Device.
Counter TRUE
DeviceNumber string CIM_ControlledBy
Description Address of associated Device in context of the antecedent Controller.
AccessMode uint16 CIM_ControlledBy
Description This property describes the accessibility of the device through the antecedent controller.
ValueMap 2, 3, 4
Values "ReadWrite" [2]
"ReadOnly" [3]
"NoAccess" [4]
AccessPriority uint16 CIM_ControlledBy
Description The property describes the priority given to accesses of the device through this controller. The highest priority path will have the lowest value for this parameter.
NumberOfStopBits uint16 CIM_SerialInterface
Description Number of stop bits to be transmitted.
Units Bits
PUnit bit
ParityInfo uint16 CIM_SerialInterface
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" [0]
"None" [1]
"Even" [2]
"Odd" [3]
FlowControlInfo uint16 CIM_SerialInterface
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" [0]
"Not Supported" [1]
"None" [2]
"XonXoff" [3]
"RTS/CTS" [4]
"Both XonXoff and RTS/CTS" [5]

Typographical Conventions:

  1. Inherited properties are italicized.
  2. Local properties are bolded.
  3. Key properties are highlighted in gold

Generated by mof2html v.2.1.0(002). simplewbem.org Mon Nov 2 09:43:27 2009