SmartCardConnection.TransmitAsync(IBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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