Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

smartcardemulatorapdureceivedeventargs_tryrespondasync_968497288.md

File metadata and controls

30 lines (21 loc) · 1.07 KB
-api-id -api-type
M:Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondAsync(Windows.Storage.Streams.IBuffer,Windows.Foundation.IReference{System.UInt32})
winrt method

Windows.Devices.SmartCards.SmartCardEmulatorApduReceivedEventArgs.TryRespondAsync

-description

Attempts to respond to an APDU.

-parameters

-param responseApdu

A buffer containing the response.

-param nextState

A reference containing the next state.

-returns

Returns an asynchronous operation that returns a boolean when the operation completes. The boolean is true if the operation completed successfully and false otherwise.

-remarks

-examples

-see-also

TryRespondAsync(IBuffer), Create an NFC Smart Card app (applies to Windows 10 Mobile only)