SmartCardAutomaticResponseApdu.CommandApdu 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 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.