有没有类似 USB 设备的 URI 之类的东西?

发布于 2024-11-06 01:52:20 字数 69 浏览 5 评论 0原文

我想知道是否有一个规范来解决 USB 设备的问题,例如:

usb://...

有谁知道吗?

I'm wondering if there is a specification around to address USB devices like:

usb://...

Does anyone know?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零度° 2024-11-13 01:52:20

有一种 URN 格式,任何支持通用即插即用协议的设备都可以使用它来宣传其功能:

当设备添加到网络时,它会多播发现消息以通告其根设备、任何嵌入式设备和任何服务。

例如:

  • urn:schemas-upnp-org:device:deviceType:v
  • urn:schemas-microsoft-com:device:MediaCenterExtenderMFD:1
  • urn:schemas-wifialliance-org:device:WFADevice:1
  • urn:schemas-upnp-org: device:BinaryLight:1
  • urn:wifialliance-org:serviceId:
  • urn:microsoft-com:serviceId:NULL
  • urn:upnp-org:serviceId:SwitchPower:1

参考

There is a URN format which any device which supports the Universal Plug-and-Play protocol can use to advertise its capabilities:

When a device is added to the network, it multicasts discovery messages to advertise its root device, any embedded devices, and any services.

For example:

  • urn:schemas-upnp-org:device:deviceType:v
  • urn:schemas-microsoft-com:device:MediaCenterExtenderMFD:1
  • urn:schemas-wifialliance-org:device:WFADevice:1
  • urn:schemas-upnp-org:device:BinaryLight:1
  • urn:wifialliance-org:serviceId:
  • urn:microsoft-com:serviceId:NULL
  • urn:upnp-org:serviceId:SwitchPower:1

References

伤感在游骋 2024-11-13 01:52:20

是的。根据 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:

example

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文