连接 USB 设备时如何接收通知?
我正在编写一个程序来监视特定设备。 该设备可能或可能不始终处于连接状态,并且在连接时可能会连接到多个不同端口中的任何一个; 我希望我的程序能够优雅地处理这个问题。
有没有办法在连接特定 USB 设备时接收通知,并从那里确定它连接到哪个端口?
I'm writing a program to monitor a specific device. This device may or may not always be connected, and when connected may be connected to any one of several different ports; I'd like my program to handle this gracefully.
Is there a way to receive notifications when a specific USB device is connected, and from there to determine which port it is connected to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取任何硬件设备是否发生更改的信息,您可以将以下代码添加到主窗体中:
To get an information if any hardware device has changed you can add the following code to your main form: