SmartCardEmulatorConnectionDeactivatedReason 列挙型

定義

NFC リーダーへのスマート カード接続が非アクティブになる理由を定義します。

public enum class SmartCardEmulatorConnectionDeactivatedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulatorConnectionDeactivatedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulatorConnectionDeactivatedReason
var value = Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason.connectionLost
Public Enum SmartCardEmulatorConnectionDeactivatedReason
継承
SmartCardEmulatorConnectionDeactivatedReason
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0 で導入)

フィールド

ConnectionLost 0

リーダーへの物理的な接続が失われました。

ConnectionRedirected 1

リーダー ターミナルが別のアプリに解決する別のアプリケーション識別子を選択したため、接続は別のアプリにリダイレクトされます。

適用対象

こちらもご覧ください