Freigeben über


AllJoynBusAttachment.State Eigenschaft

Definition

Wichtig

Die Typen im Windows.Devices.AllJoyn-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. AllJoyn – gesponsert von AllSeen Alliance – war ein Open-Source-Ermittlungs- und Kommunikationsprotokoll für IoT-Szenarien (Internet of Things), z. B. das Einschalten und Deaktivieren von Lichtern und lesetemperaturen. Alternativen wie IoTivity Lite und IoTivity finden Sie auf der website iotivity.org .

Der aktuelle Status der Busanlage. Zustandsänderungen werden über StateChanged-Ereignisse angezeigt . Mögliche Werte werden durch die AllJoynBusAttachmentState-Enumeration definiert.

public:
 property AllJoynBusAttachmentState State { AllJoynBusAttachmentState get(); };
AllJoynBusAttachmentState State();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynBusAttachmentState State();
public AllJoynBusAttachmentState State { get; }
public AllJoynBusAttachmentState State { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var allJoynBusAttachmentState = allJoynBusAttachment.state;
Public ReadOnly Property State As AllJoynBusAttachmentState

Eigenschaftswert

Der Status der Busanlage.

Attribute

Windows-Anforderungen

App-Funktionen
allJoyn

Gilt für:

Weitere Informationen