An enumeration that indicates the state and current protocol status of the card.
#include <smartcard_spi/SmartCardDataTypes.hpp>
enum {
SCARD_UNKNOWN = 0x00000001
SCARD_ABSENT = 0x00000002
SCARD_PRESENT = 0x00000004
SCARD_SWALLOWED = 0x00000008
SCARD_POWERED = 0x00000010
SCARD_NEGOTIABLEMODE = 0x00000020
SCARD_SPECIFICMODE = 0x00000040
};
BlackBerry 10.3.0
An enumeration used to indicate the state of the card in the reader and the current protocol status of the card. The current protocol status is used to specify whether the card is willing to negotiate a new protocol or not as defined in ISO/IEC 7816.