问题描述
我已经浏览了这个链接"https://msdn.microsoft.com/en-us/library/windows/hardware/ff551639(v = vs.85).aspx"
I have gone through this link "https://msdn.microsoft.com/en-us/library/windows/hardware/ff551639(v=vs.85).aspx"
其中显示了如何声明类似于"HardDisk"的Installable属性。如果在以下XPATH中的bidi响应中找到( wprt:PrinterConfiguration / wprt:Storage / wprt:StorageEntry )。
现在我的问题是
where it shows how to declare a Installable property like "HardDisk" if found in bidi response in the following XPATH (wprt:PrinterConfiguration/wprt:Storage/wprt:StorageEntry). Now my question is
我可以声明一个依赖于同一XPATH中两个字符串值的Installable属性吗?
推荐答案
你不能。自动配置平台仅支持可安装选项和Bidi架构元素之间的1:1映射。您应该牢记此限制并相应地设计固件。
You can't. The autoconfiguration platform only supports a 1:1 mapping between an installable option and a Bidi schema element. You should keep this restriction in mind and design your firmware accordingly.
希望这会有所帮助!
Justin
这篇关于WSD bidi扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!