共用方式為


SmartCardEmulationType 列舉

定義

定義裝置模擬智慧卡的機制。

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

適用於

另請參閱