共用方式為


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) 命令,以傳輸至智慧卡。

傳回

非同步作業,完成時會傳回已傳輸之命令的回應。

屬性

適用於

另請參閱