Class: WMI::CIM_DeviceConnection

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_DeviceConnection.rb

Overview

CIM_DeviceConnection 関係は、2 つ以上のデバイスが同時に接続されていることを示します。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (ref:CIM_LogicalDevice) Antecedent (readonly)

論理デバイスです。

Returns:

  • (ref:CIM_LogicalDevice)

    Antecedent



7
8
9
# File 'lib/CIM_DeviceConnection.rb', line 7

def Antecedent
  @Antecedent
end

- (ref:CIM_LogicalDevice) Dependent (readonly)

Antecedent デバイスに接続されている第 2 の論理デバイスです。

Returns:

  • (ref:CIM_LogicalDevice)

    Dependent



12
13
14
# File 'lib/CIM_DeviceConnection.rb', line 12

def Dependent
  @Dependent
end

- (uint32) NegotiatedDataWidth (readonly)

複数のバス、および (または) 接続データ幅が利用可能であるとき、NegotiatedDataWidth プロパティにより、デバイス間で使用中の 1 つのデバイスが定義されます。

 

Returns:

  • (uint32)

    NegotiatedDataWidth



19
20
21
# File 'lib/CIM_DeviceConnection.rb', line 19

def NegotiatedDataWidth
  @NegotiatedDataWidth
end

- (uint64) NegotiatedSpeed (readonly)

複数のバス、および (または) 接続速度が利用可能であるとき、NegotiatedSpeed プロパティにより、デバイス間で使用中の 1 つのデバイスが定義されます。

 

Returns:

  • (uint64)

    NegotiatedSpeed



26
27
28
# File 'lib/CIM_DeviceConnection.rb', line 26

def NegotiatedSpeed
  @NegotiatedSpeed
end