MobileBroadbandModem.SetIsPassthroughEnabled(Boolean, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パススルー モードfalse
を有効にする場合は のtrue
値。無効にする場合は 。
- 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 間の通信は パススルーです)。 たとえば、ファームウェアをアップグレードする場合などです。 ミニポート アダプターは、アプリケーション プロトコル データ ユニット (APDU) をカードに送信せず、ホストと SIM 間の通信に干渉しません。