共用方式為


MobileBroadbandModem.SetIsPassthroughEnabled(Boolean, Int32) 方法

定義

針對雙 Sim 單一作用中裝置,啟用或停用作用中或非作用中位置的傳遞模式) (。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則必須要求特殊核准,才能使用自訂功能 Microsoft.eSIMManagement_8wekyb3d8bbwe。 如需詳細資訊,請參閱 自訂功能

public:
 virtual MobileBroadbandModemStatus SetIsPassthroughEnabled(bool value, int slotindex) = SetIsPassthroughEnabled;
/// [Windows.Foundation.Metadata.Overload("SetIsPassthroughEnabledWithSlotIndex")]
MobileBroadbandModemStatus SetIsPassthroughEnabled(bool const& value, int const& slotindex);
[Windows.Foundation.Metadata.Overload("SetIsPassthroughEnabledWithSlotIndex")]
public MobileBroadbandModemStatus SetIsPassthroughEnabled(bool value, int slotindex);
function setIsPassthroughEnabled(value, slotindex)
Public Function SetIsPassthroughEnabled (value As Boolean, slotindex As Integer) As MobileBroadbandModemStatus

參數

value
Boolean

bool

要啟用傳遞模式的 true 值; false 若要停用它。

slotindex
Int32

int

0 型位置索引 (插槽編號) 啟用或停用傳遞模式。

傳回

完成時的 MobileBroadbandModemStatus值。

屬性

Windows 需求

裝置系列
Windows 11 Insider Preview (已於 10.0.23504.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v15.0 引進)
應用程式功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

備註

啟用傳遞模式可讓主機直接與 SIM 卡通訊, (主機與 SIM 卡之間的通訊) 。 例如,若要升級韌體。 迷你埠配接器不會傳送任何應用程式通訊協定資料單位 (APTU) 到卡片,而且不會隨時干擾主機與 SIM 卡之間的通訊。

適用於