SmartCardTriggerType 列挙型

定義

有効なスマート カード トリガーの種類を表します。

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

Windows の要件

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

フィールド

EmulatorAppletIdGroupRegistrationChanged 4

アプレット ID グループ登録の変更イベント。

EmulatorHostApplicationActivated 3

ホスト アプリケーションによってアクティブ化されたイベント。

EmulatorNearFieldEntry 1

フィールド入力イベント。

注意

このイベントは、Windows 10のユニバーサル Windows プラットフォーム (UWP) アプリではサポートされていません。

EmulatorNearFieldExit 2

フィールド終了イベント。

注意

このイベントは、Windows 10のユニバーサル Windows プラットフォーム (UWP) アプリではサポートされていません。

EmulatorTransaction 0

トランザクション イベント。

ReaderCardAdded 5

リーダー カードがイベントを追加しました。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1607 14393 ReaderCardAdded

適用対象

こちらもご覧ください