最終更新:2015-07-07 (火) 18:51:23 (3205d)  

Win32_USBControllerDevice
Top / Win32_USBControllerDevice

The Win32_USBControllerDevice association WMI class relates a universal serial bus (USB) controller and the CIM_LogicalDevice? instance connected to it.

https://msdn.microsoft.com/en-us/library/aa394505(v=vs.85).aspx

メモ

  • connection between USB controllers (The Antecedent) and their logical devices [CIM_LOGICALDEVICE] (the Dependent).

構造

  • [Provider("CIMWin32")]class Win32_USBControllerDevice : CIM_ControlledBy
    {
      uint16                AccessState;
      CIM_USBController REF Antecedent;
      CIM_LogicalDevice REF Dependent;
      uint32                NegotiatedDataWidth;
      uint64                NegotiatedSpeed;
      uint32                NumberOfHardResets;
      uint32                NumberOfSoftResets;
    };

関連

  • Win32_USBController?
  • Win32_USBHub?
  • CIM_ControlledBy?

参考