SmartCardInterfaceApiVersion

An enumeration of possible API versions for the smart card interface.

Synopsis:

#include <smartcard_spi/SmartCardInterface.hpp>
enum {
     SMART_CARD_INTERFACE_API_VERSION_1 = 1;
     SMART_CARD_INTERFACE_API_VERSION_2 = 2
};

Since:

BlackBerry 10.3.0

Data:

SMART_CARD_INTERFACE_API_VERSION_1
An API version of 1.
SMART_CARD_INTERFACE_API_VERSION_2
An API version of 2.

Library:

libscs (For the qcc command, use the -l scs option to link against this library)