AllJoynServiceInfo(String, String, UInt16) 构造函数

定义

重要

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

生成表示广告应用的 AllJoynServiceInfo 对象。 此对象提供唯一的总线名称、对象路径和传输信息。

public:
 AllJoynServiceInfo(Platform::String ^ uniqueName, Platform::String ^ objectPath, unsigned short sessionPort);
 AllJoynServiceInfo(winrt::hstring const& uniqueName, winrt::hstring const& objectPath, uint16_t const& sessionPort);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynServiceInfo(winrt::hstring const& uniqueName, winrt::hstring const& objectPath, uint16_t const& sessionPort);
public AllJoynServiceInfo(string uniqueName, string objectPath, ushort sessionPort);
[Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynServiceInfo(string uniqueName, string objectPath, ushort sessionPort);
function AllJoynServiceInfo(uniqueName, objectPath, sessionPort)
Public Sub New (uniqueName As String, objectPath As String, sessionPort As UShort)

参数

uniqueName
String

Platform::String

winrt::hstring

唯一的总线名称。

objectPath
String

Platform::String

winrt::hstring

对象路径。

sessionPort
UInt16

unsigned short

uint16_t

此会话的端口。

属性

Windows 要求

应用功能
allJoyn

适用于