有没有类似 USB 设备的 URI 之类的东西?
我想知道是否有一个规范来解决 USB 设备的问题,例如:
usb://...
有谁知道吗?
I'm wondering if there is a specification around to address USB devices like:
usb://...
Does anyone know?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一种 URN 格式,任何支持通用即插即用协议的设备都可以使用它来宣传其功能:
例如:
参考
There is a URN format which any device which supports the Universal Plug-and-Play protocol can use to advertise its capabilities:
For example:
References
是的。根据 KDE Plasma 6 的打印机管理配置模块/“KCM”,可通过
kcmshell6 kcm_printer_manager
:字面上的
USB://
(请记住 URI 模式不区分大小写)。https://learn.microsoft.com/en-us/dotnet/api/android.hardware.usb.usbaccessory.uri?view=xamarin-android-sdk-13&viewFallbackFrom=xamarin-android-sdk-9 可能会额外提供 USB URI,但我还没有对其进行评估。
Yes. Per KDE Plasma 6's Printer Management configuration module / "KCM", invocable via
kcmshell6 kcm_printer_manager
:literally
USB://
(remember that URI schemas are case-insensitive).https://learn.microsoft.com/en-us/dotnet/api/android.hardware.usb.usbaccessory.uri?view=xamarin-android-sdk-13&viewFallbackFrom=xamarin-android-sdk-9 may additionally provide USB URIs, but I have not evaluated it.