UPnP 的 CreateAsyncFind 函数中的设备类型

发布于 2025-01-06 11:18:32 字数 81 浏览 1 评论 0原文

请告诉我可以在 CreateAsyncFind() 函数的设备类型参数中给出的值范围是多少。它如何根据给定的字符串检测设备??? 提前致谢 !!!

Please tell me what is range of values I can give in device type parameter of CreateAsyncFind() function. How it detects the devices basis on string given ???
Thanks in Advance !!!

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

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

发布评论

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

评论(1

兔姬 2025-01-13 11:18:32

每个 UPnP 设备都有自己独特的类型和 URI,您需要在调用 CreateAsyncFind() 时提供 URI。作为搜索 MediaServer:3 设备的示例,您将使用 urn:schemas-upnp-org:device:MediaServer:3
查看设备类别以获取不同设备类别的列表。

Each UPnP device has its own unique type and URI, you will need to supply the URI in your call to CreateAsyncFind(). As an example to search for a MediaServer:3 device you would use urn:schemas-upnp-org:device:MediaServer:3.
Checkout Device Categories for a list of different device categories.

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