SmartCardAutomaticResponseApdu.CommandApduBitMask 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 bitmask for the APDU command.
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
Property Value
The bitmask for the APDU command.