共用方式為


SmartCardAutomaticResponseStatus 列舉

定義

定義智慧卡讀取器自動回應的狀態。

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

讀取失敗,並出現無法辨識的錯誤。

適用於

另請參閱