AllJoynBusAttachment 构造函数

定义

重载

AllJoynBusAttachment()

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

使用默认命名管道连接规范生成 AllJoynBusAttachment 对象。

AllJoynBusAttachment(String)

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

使用提供的连接规范生成 AllJoynBusAttachment 对象。

AllJoynBusAttachment()

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

使用默认命名管道连接规范生成 AllJoynBusAttachment 对象。

public:
 AllJoynBusAttachment();
 AllJoynBusAttachment();
public AllJoynBusAttachment();
function AllJoynBusAttachment()
Public Sub New ()

Windows 要求

应用功能
allJoyn

另请参阅

适用于

AllJoynBusAttachment(String)

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

使用提供的连接规范生成 AllJoynBusAttachment 对象。

public:
 AllJoynBusAttachment(Platform::String ^ connectionSpecification);
 AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
public AllJoynBusAttachment(string connectionSpecification);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynBusAttachment(string connectionSpecification);
function AllJoynBusAttachment(connectionSpecification)
Public Sub New (connectionSpecification As String)

参数

connectionSpecification
String

Platform::String

winrt::hstring

用于启动和维护与路由器节点 (总线) 的连接的规范。 Windows 10支持“npipe:”传输,根据 格式设置。

属性

Windows 要求

应用功能
allJoyn

适用于