SmartCardEmulatorApduReceivedEventArgs.TryRespondAsync Methode

Definition

Überlädt

TryRespondAsync(IBuffer)

Versucht, auf eine APDU zu reagieren.

TryRespondAsync(IBuffer, IReference<UInt32>)

Versucht, auf eine APDU zu reagieren.

TryRespondAsync(IBuffer)

Versucht, auf eine APDU zu reagieren.

public:
 virtual IAsyncOperation<bool> ^ TryRespondAsync(IBuffer ^ responseApdu) = TryRespondAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRespondAsync(IBuffer const& responseApdu);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRespondAsync(IBuffer responseApdu);
function tryRespondAsync(responseApdu)
Public Function TryRespondAsync (responseApdu As IBuffer) As IAsyncOperation(Of Boolean)

Parameter

responseApdu
IBuffer

Ein Puffer, der die Antwort enthält.

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der einen booleschen Wert zurückgibt, wenn der Vorgang abgeschlossen ist, der angibt. Der boolesche Wert ist true, wenn der Vorgang erfolgreich war, andernfalls false.

Attribute

Weitere Informationen

Gilt für:

TryRespondAsync(IBuffer, IReference<UInt32>)

Versucht, auf eine APDU zu reagieren.

public:
 virtual IAsyncOperation<bool> ^ TryRespondAsync(IBuffer ^ responseApdu, IReference<unsigned int> ^ nextState) = TryRespondAsync;
/// [Windows.Foundation.Metadata.Overload("TryRespondWithStateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRespondAsync(IBuffer const& responseApdu, IReference<uint32_t> const& nextState);
[Windows.Foundation.Metadata.Overload("TryRespondWithStateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRespondAsync(IBuffer responseApdu, System.Nullable<uint> nextState);
function tryRespondAsync(responseApdu, nextState)
Public Function TryRespondAsync (responseApdu As IBuffer, nextState As Nullable(Of UInteger)) As IAsyncOperation(Of Boolean)

Parameter

responseApdu
IBuffer

Ein Puffer, der die Antwort enthält.

nextState

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Ein Verweis, der den nächsten Zustand enthält.

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der nach Abschluss des Vorgangs einen booleschen Wert zurückgibt. Der boolesche Wert ist true, wenn der Vorgang erfolgreich abgeschlossen wurde, andernfalls false.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v2.0)

Weitere Informationen

Gilt für: