SmartCardEmulatorConnectionDeactivatedReason 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 | リーダー ターミナルが別のアプリに解決する別のアプリケーション識別子を選択したため、接続は別のアプリにリダイレクトされます。 |