SmartCardAutomaticResponseApdu.CommandApduBitMask Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le masque de bits de la commande APDU.
public:
property IBuffer ^ CommandApduBitMask { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer CommandApduBitMask();
void CommandApduBitMask(IBuffer value);
public IBuffer CommandApduBitMask { get; set; }
var iBuffer = smartCardAutomaticResponseApdu.commandApduBitMask;
smartCardAutomaticResponseApdu.commandApduBitMask = iBuffer;
Public Property CommandApduBitMask As IBuffer
Valeur de propriété
Masque de bits de la commande APDU.