AllJoynMessageInfo(String) Costruttore

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato uno scenario di individuazione e comunicazione open source per gli scenari IoT (Internet of Things), ad esempio l'attivazione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web iotivity.org .

Genera un oggetto AllJoynMessageInfo contenente il nome univoco del mittente che ha inviato il messaggio elaborato.

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)

Parametri

senderUniqueName
String

Platform::String

winrt::hstring

Nome univoco del mittente.

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Si applica a