How to get FireWire details with WMI?
I have to get the firewire details from user PC before installing the application, I'm able to get the Win32_1394Controller Object using WMI query, so I get most of the details.
But my main objective is to get the what firewire connector user installed on their machine. Like is it a 4,6 or 9 pin connector?
Is there any possibility I ca开发者_如何学Cn get these details?
I don't think so. I hand-built my machine; how would WMI guess what ports exist? The difference between 4 and 6 pin connectors is a pair of power pins.
精彩评论