SmartCardEmulatorConnectionDeactivatedReason Enumeration

Definition

Definiert die Gründe, warum eine intelligente Karte Verbindung mit einem NFC-Reader deaktiviert werden könnte.

public enum class SmartCardEmulatorConnectionDeactivatedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulatorConnectionDeactivatedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulatorConnectionDeactivatedReason
var value = Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason.connectionLost
Public Enum SmartCardEmulatorConnectionDeactivatedReason
Vererbung
SmartCardEmulatorConnectionDeactivatedReason
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v1.0)

Felder

ConnectionLost 0

Die physische Verbindung mit dem Reader wurde unterbrochen.

ConnectionRedirected 1

Die Verbindung wird an eine andere App umgeleitet, da das Leserterminal einen anderen Anwendungsbezeichner auswählt, der in eine andere App aufgelöst wird.

Gilt für:

Weitere Informationen