Hi all,
I have 2 questions about the HW interface.
1. Is it possible to know what kind of physical interface (ex. USB, SD, HDMI, etc) existing in this machine thru WinRT API?
2. If any device is plugged in, is it possible to know which interface it is plugged?
Ex. When an external storage disk is plugged, is it possible to know it is a USB storage or a SD-card?
I can know a device is plugged/removed thru watcher. However, I cannot find enough information from watcher to identify which interface the device is plugged.
Thanks in advance.