AllJoynBusAttachment.GetWatcher(IIterable<String>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen 联盟赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如打开和关闭灯以及读取温度。 有关 IoTivity Lite 和 IoTivity 等替代项,请参阅 iotivity.org 网站。
创建一个 DeviceWatcher ,用于生成实现整个接口集的 AllJoyn 总线对象。
public:
static DeviceWatcher ^ GetWatcher(IIterable<Platform::String ^> ^ requiredInterfaces);
static DeviceWatcher GetWatcher(IIterable<winrt::hstring> const& requiredInterfaces);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
static DeviceWatcher GetWatcher(IIterable<winrt::hstring> const& requiredInterfaces);
public static DeviceWatcher GetWatcher(IEnumerable<string> requiredInterfaces);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public static DeviceWatcher GetWatcher(IEnumerable<string> requiredInterfaces);
function getWatcher(requiredInterfaces)
Public Shared Function GetWatcher (requiredInterfaces As IEnumerable(Of String)) As DeviceWatcher
参数
返回
总线对象的设备观察程序。
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
应用功能 |
allJoyn
|