AllJoynServiceInfo.SessionPort 属性

定义

重要

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

用于连接到会话的端口。

public:
 property unsigned short SessionPort { unsigned short get(); };
uint16_t SessionPort();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
uint16_t SessionPort();
public ushort SessionPort { get; }
public ushort SessionPort { [Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var uInt16 = allJoynServiceInfo.sessionPort;
Public ReadOnly Property SessionPort As UShort

属性值

UInt16

unsigned short

uint16_t

连接端口号。

属性

Windows 要求

应用功能
allJoyn

适用于