共用方式為


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) 命令。

適用於

另請參閱