SmartCardEmulatorApduReceivedEventArgs.CommandApdu 属性

定义

表示 NFC 读取器发送 (APDU) 命令的应用程序协议数据单元。

public:
 property IBuffer ^ CommandApdu { IBuffer ^ get(); };
IBuffer CommandApdu();
public IBuffer CommandApdu { get; }
var iBuffer = smartCardEmulatorApduReceivedEventArgs.commandApdu;
Public ReadOnly Property CommandApdu As IBuffer

属性值

应用程序协议数据单元 (NFC 读卡器发送的 APDU) 命令。

适用于

另请参阅