❔ How to read Win32_USBHub output
For the desktop forms app I am making, I need it to be able to detect devices connected to USB ports. I found information online how to do this, and the output I get from printing the properties of "DeviceID" and "Description" are confusing- I have 2 USB-A ports on my device and it listed 5 devices in the output I attached. Could someone explain what this output means?
3 Replies
using this class https://learn.microsoft.com/en-us/previous-versions/windows/desktop/cimwin32a/win32-usbhub
Win32_USBHub class
The Win32_USBHub \ 32;WMI class represents the management characteristics of a universal serial bus (USB) hub.
I assume there's some sort of device tree
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.