SmartCardConnection.TransmitAsync(IBuffer) 方法

定义

(APDU) 命令异步传输提供的应用程序协议数据单元,并返回响应。

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)

参数

command
IBuffer

应用程序协议数据单元 (APDU) 命令传输到智能卡。

返回

异步操作,完成后,将响应返回到已传输的命令。

属性

适用于

另请参阅