AllJoynMessageInfo(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity Lite 和 IoTivity),请参阅 iotivity.org 网站。
生成一个 AllJoynMessageInfo 对象,该对象包含发送正在处理的消息的发件人的唯一名称。
public:
AllJoynMessageInfo(Platform::String ^ senderUniqueName);
AllJoynMessageInfo(winrt::hstring const& senderUniqueName);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynMessageInfo has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynMessageInfo(winrt::hstring const& senderUniqueName);
public AllJoynMessageInfo(string senderUniqueName);
[Windows.Foundation.Metadata.Deprecated("AllJoynMessageInfo has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynMessageInfo(string senderUniqueName);
function AllJoynMessageInfo(senderUniqueName)
Public Sub New (senderUniqueName As String)
参数
- senderUniqueName
-
String
Platform::String
winrt::hstring
发件人的唯一名称。
- 属性
Windows 要求
应用功能 |
allJoyn
|