SmartCardAutomaticResponseApdu(IBuffer, IBuffer) Constructor
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.
Initializes a new instance of the class.
public:
SmartCardAutomaticResponseApdu(IBuffer ^ commandApdu, IBuffer ^ responseApdu);
SmartCardAutomaticResponseApdu(IBuffer const& commandApdu, IBuffer const& responseApdu);
public SmartCardAutomaticResponseApdu(IBuffer commandApdu, IBuffer responseApdu);
function SmartCardAutomaticResponseApdu(commandApdu, responseApdu)
Public Sub New (commandApdu As IBuffer, responseApdu As IBuffer)
Parameters
- commandApdu
- IBuffer
The APDU command sent by the NFC reader.
- responseApdu
- IBuffer
The response to the NFC reader.