SmartCardAutomaticResponseApdu(IBuffer, IBuffer) Constructor

Definition

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.

Applies to

See also