SmartCardTriggerType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示有效的智慧卡觸發程式類型。
public enum class SmartCardTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
enum class SmartCardTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
public enum SmartCardTriggerType
var value = Windows.Devices.SmartCards.SmartCardTriggerType.emulatorTransaction
Public Enum SmartCardTriggerType
- 繼承
-
SmartCardTriggerType
- 屬性
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (已於 v1.0 引進)
|
欄位
EmulatorAppletIdGroupRegistrationChanged | 4 | applet ID 群組註冊已變更事件。 |
EmulatorHostApplicationActivated | 3 | 主應用程式啟動事件。 |
EmulatorNearFieldEntry | 1 | 欄位專案事件。 注意 Windows 10 中的 通用 Windows 平臺 (UWP) 應用程式不支援此事件。 |
EmulatorNearFieldExit | 2 | 欄位結束事件。 注意 Windows 10 中的 通用 Windows 平臺 (UWP) 應用程式不支援此事件。 |
EmulatorTransaction | 0 | 交易事件。 |
ReaderCardAdded | 5 | 已新增卡片卡片事件。 |
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | ReaderCardAdded |