SmartCardEmulatorApduReceivedEventArgs.CommandApdu Property

Definition

Represents an application protocol data unit (APDU) command sent by an NFC reader.

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

Property Value

An application protocol data unit (APDU) command sent by an NFC reader.

Applies to

See also