SmartCardAutomaticResponseApdu.ResponseApdu Property

Definition

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.

Applies to

See also