SmartCardEmulationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義裝置模擬智慧卡的機制。
public enum class SmartCardEmulationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulationType
var value = Windows.Devices.SmartCards.SmartCardEmulationType.host
Public Enum SmartCardEmulationType
- 繼承
-
SmartCardEmulationType
- 屬性
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v1.0 引進)
|
欄位
EmbeddedSE | 2 | 裝置會藉由將應用程式通訊協定資料單位轉送至內嵌 SE 讀取器, (APDU) 命令來模擬智慧卡。 |
Host | 0 | 裝置會藉由將應用程式通訊協定資料單位轉送 (APDU) 命令來模擬智慧卡,以回應主機應用程式。 |
Uicc | 1 | 裝置會直接將應用程式通訊協定資料單位轉送至實體 UICC 卡, (APDU) 命令來模擬智慧卡。 UICC 記憶卡通常稱為 SIM 卡。 |
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1607 | 14393 | EmbeddedSE |