SmartCardEmulatorApduReceivedEventArgs.CommandApdu Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.