Freigeben über


MobileBroadbandModem.SetIsPassthroughEnabledAsync Methode

Definition

Überlädt

SetIsPassthroughEnabledAsync(Boolean)

Aktiviert oder deaktiviert den Passthroughmodus asynchron.

SetIsPassthroughEnabledAsync(Boolean, Int32)

Aktiviert oder deaktiviert den Passthroughmodus asynchron (für den aktiven oder inaktiven Slot, für Dual Sim Single Active-Geräte).

Hinweis

Diese Funktionalität steht nur für Mobilfunkanbieter-Apps und UWP-Apps mit privilegiertem Zugriff durch Mobilfunknetzbetreiber zur Verfügung.

Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, müssen Sie eine spezielle Genehmigung anfordern, um die benutzerdefinierte Funktion Microsoft.eSIMManagement_8wekyb3d8bbwe verwenden zu können. Weitere Informationen finden Sie unter Benutzerdefinierte Funktionen.

SetIsPassthroughEnabledAsync(Boolean)

Aktiviert oder deaktiviert den Passthroughmodus asynchron.

public:
 virtual IAsyncOperation<MobileBroadbandModemStatus> ^ SetIsPassthroughEnabledAsync(bool value) = SetIsPassthroughEnabledAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandModemStatus> SetIsPassthroughEnabledAsync(bool const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandModemStatus> SetIsPassthroughEnabledAsync(bool value);
function setIsPassthroughEnabledAsync(value)
Public Function SetIsPassthroughEnabledAsync (value As Boolean) As IAsyncOperation(Of MobileBroadbandModemStatus)

Parameter

value
Boolean

bool

True, wenn Passthrough aktiviert werden soll; Andernfalls false.

Gibt zurück

Ein asynchroner Vorgang, der bei Abschluss einen MobileBroadbandModemStatus-Wert zurückgibt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Hinweise

Durch aktivieren des Passthroughmodus kann der Host direkt mit der SIM-Karte kommunizieren (die Kommunikation zwischen host und SIM ist Passthrough). Beispiel: Aktualisieren der Firmware. Der Miniportadapter sendet keine APDUs (Application Protocol Data Units) an die Karte und stört zu keinem Zeitpunkt die Kommunikation zwischen host und SIM.

Gilt für:

SetIsPassthroughEnabledAsync(Boolean, Int32)

Aktiviert oder deaktiviert den Passthroughmodus asynchron (für den aktiven oder inaktiven Slot, für Dual Sim Single Active-Geräte).

Hinweis

Diese Funktionalität steht nur für Mobilfunkanbieter-Apps und UWP-Apps mit privilegiertem Zugriff durch Mobilfunknetzbetreiber zur Verfügung.

Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, müssen Sie eine spezielle Genehmigung anfordern, um die benutzerdefinierte Funktion Microsoft.eSIMManagement_8wekyb3d8bbwe verwenden zu können. Weitere Informationen finden Sie unter Benutzerdefinierte Funktionen.

public:
 virtual IAsyncOperation<MobileBroadbandModemStatus> ^ SetIsPassthroughEnabledAsync(bool value, int slotindex) = SetIsPassthroughEnabledAsync;
/// [Windows.Foundation.Metadata.Overload("SetIsPassthroughEnabledWithSlotIndexAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandModemStatus> SetIsPassthroughEnabledAsync(bool const& value, int const& slotindex);
[Windows.Foundation.Metadata.Overload("SetIsPassthroughEnabledWithSlotIndexAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandModemStatus> SetIsPassthroughEnabledAsync(bool value, int slotindex);
function setIsPassthroughEnabledAsync(value, slotindex)
Public Function SetIsPassthroughEnabledAsync (value As Boolean, slotindex As Integer) As IAsyncOperation(Of MobileBroadbandModemStatus)

Parameter

value
Boolean

bool

Ein Wert von true , um den Passthroughmodus zu aktivieren, false um ihn zu deaktivieren.

slotindex
Int32

int

Der 0-basierte Slotindex (Slotnummer), für den der Passthroughmodus aktiviert oder deaktiviert werden soll.

Gibt zurück

Ein asynchrones Objekt, das nach Abschluss des Vorgangs einen MobileBroadbandModemStatus-Wert enthält.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 Insider Preview (eingeführt in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v15.0)
App-Funktionen
Microsoft.eSIMManagement_8wekyb3d8bbwe

Hinweise

Durch aktivieren des Passthroughmodus kann der Host direkt mit der SIM-Karte kommunizieren (die Kommunikation zwischen host und SIM ist Passthrough). Beispiel: Aktualisieren der Firmware. Der Miniportadapter sendet keine APDUs (Application Protocol Data Units) an die Karte und stört zu keinem Zeitpunkt die Kommunikation zwischen host und SIM.

Gilt für: