SmartCardEmulatorApduReceivedEventArgs.CommandApdu Eigenschaft

Definition

Stellt einen APDU-Befehl (Application Protocol Data Unit) dar, der von einem NFC-Reader gesendet wird.

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

Eigenschaftswert

Ein APDU-Befehl (Application Protocol Data Unit), der von einem NFC-Reader gesendet wird.

Gilt für:

Weitere Informationen