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

未確認のエラーで読み取りが失敗しました。

適用対象

こちらもご覧ください