Share via


SmartCardAutomaticResponseApdu.CommandApdu Property

Definition

Gets or sets the command for this APDU.

public:
 property IBuffer ^ CommandApdu { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer CommandApdu();

void CommandApdu(IBuffer value);
public IBuffer CommandApdu { get; set; }
var iBuffer = smartCardAutomaticResponseApdu.commandApdu;
smartCardAutomaticResponseApdu.commandApdu = iBuffer;
Public Property CommandApdu As IBuffer

Property Value

The command for this APDU.

Applies to

See also