SmartCardAutomaticResponseStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义智能卡读取器自动响应的状态。
public enum class SmartCardAutomaticResponseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardAutomaticResponseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardAutomaticResponseStatus
var value = Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus.none
Public Enum SmartCardAutomaticResponseStatus
- 继承
-
SmartCardAutomaticResponseStatus
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v1.0 中引入)
|
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 未提供状态。 |
Success | 1 | 阅读是成功的。 |
UnknownError | 2 | 读取失败,出现未知错误。 |