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 | 小程序 ID 组注册更改事件。 |
EmulatorHostApplicationActivated | 3 | 主机应用程序激活事件。 |
EmulatorNearFieldEntry | 1 | 字段输入事件。 注意 Windows 10 中的通用 Windows 平台 (UWP) 应用不支持此事件。 |
EmulatorNearFieldExit | 2 | 字段退出事件。 注意 Windows 10 中的通用 Windows 平台 (UWP) 应用不支持此事件。 |
EmulatorTransaction | 0 | 事务事件。 |
ReaderCardAdded | 5 | 添加了读取器卡事件。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1607 | 14393 | ReaderCardAdded |