Condividi tramite


SmartCardAutomaticResponseApdu.CommandApduBitMask Proprietà

Definizione

Ottiene o imposta la maschera di bit per il comando 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

Valore della proprietà

Maschera di bit per il comando APDU.

Si applica a

Vedi anche