Partager via


SmartCardAutomaticResponseApdu.CommandApdu Propriété

Définition

Obtient ou définit la commande pour cette API.

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

Valeur de propriété

Commande de cette API.

S’applique à

Voir aussi