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) コマンド。

適用対象

こちらもご覧ください