SmartCardTriggerType Enum
Definition
Represents the valid smart card trigger types.
public enum class SmartCardTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
enum SmartCardTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
public enum SmartCardTriggerType
var value = Windows.Devices.SmartCards.SmartCardTriggerType.emulatorTransaction
Public Enum SmartCardTriggerType
- Inheritance
-
SmartCardTriggerType
- Attributes
Windows 10 requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (introduced in v1.0)
|
Fields
EmulatorAppletIdGroupRegistrationChanged | 4 | An applet ID group registration changed event. |
EmulatorHostApplicationActivated | 3 | A host application activated event. |
EmulatorNearFieldEntry | 1 | A field entry event. Note This event is not supported for Universal Windows Platform (UWP) apps in Windows 10. |
EmulatorNearFieldExit | 2 | A field exit event. Note This event is not supported for Universal Windows Platform (UWP) apps in Windows 10. |
EmulatorTransaction | 0 | A transaction event. |
ReaderCardAdded | 5 | A reader card was added event. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | ReaderCardAdded |