SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason Enum

Definition

Defines the reasons a smart card connection to an NFC reader could become deactivated.

public : enum class SmartCardEmulatorConnectionDeactivatedReasonpublic enum SmartCardEmulatorConnectionDeactivatedReasonPublic Enum SmartCardEmulatorConnectionDeactivatedReason// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v1)

Fields

ConnectionLost ConnectionLost ConnectionLost ConnectionLost

The physical connection to the reader was lost.

ConnectionRedirected ConnectionRedirected ConnectionRedirected ConnectionRedirected

The connection is redirected to another app due to reader terminal selecting a different application identifier which resolves to a different app.

See Also