Freigeben über


AllJoynBusAttachmentState Enumeration

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 .

Definiert Werte, die verwendet werden, um den Status einer Verbindung mit einem AllJoyn-Bus anzugeben, der von einem AllJoynBusAttachment-Objekt verwaltet wird.

public enum class AllJoynBusAttachmentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AllJoynBusAttachmentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachmentState has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
enum class AllJoynBusAttachmentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AllJoynBusAttachmentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachmentState has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public enum AllJoynBusAttachmentState
var value = Windows.Devices.AllJoyn.AllJoynBusAttachmentState.disconnected
Public Enum AllJoynBusAttachmentState
Vererbung
AllJoynBusAttachmentState
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
allJoyn

Felder

Connected 2

Derzeit mit dem Bus verbunden.

Connecting 1

Herstellen einer Verbindung mit dem Bus.

Disconnected 0

Vom Bus getrennt.

Disconnecting 3

Derzeit wird die Verbindung mit dem Bus getrennt.

Gilt für: