SmartCardAutomaticResponseApdu.ResponseApdu 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.
Gets or sets the response from the Application Protocol Data Unit (APDU).
public:
property IBuffer ^ ResponseApdu { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer ResponseApdu();
void ResponseApdu(IBuffer value);
public IBuffer ResponseApdu { get; set; }
var iBuffer = smartCardAutomaticResponseApdu.responseApdu;
smartCardAutomaticResponseApdu.responseApdu = iBuffer;
Public Property ResponseApdu As IBuffer
Property Value
The response from the APDU.