Share via


SmartCardConnection.TransmitAsync(IBuffer) Method

Definition

Asynchronously transmits the supplied application protocol data unit (APDU) command and returns the response.

public:
 virtual IAsyncOperation<IBuffer ^> ^ TransmitAsync(IBuffer ^ command) = TransmitAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IBuffer> TransmitAsync(IBuffer const& command);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IBuffer> TransmitAsync(IBuffer command);
function transmitAsync(command)
Public Function TransmitAsync (command As IBuffer) As IAsyncOperation(Of IBuffer)

Parameters

command
IBuffer

The application protocol data unit (APDU) command to transmit to the smart card.

Returns

An asynchronous operation that, when completed, returns the response to the command that was transmitted.

Attributes

Applies to

See also