An enumeration that indicates which parameters have to be negotiated and included in the PPS request.
#include <smartcard_spi/SmartCardDataTypes.h>
enum {
IFD_NEGOTIATE_PPS1 = 1
IFD_NEGOTIATE_PPS2 = 2
IFD_NEGOTIATE_PPS3 = 4
};
BlackBerry 10.3.0
The selection flags indicate which of the optional parameters (PPS1, PPS2 and PPS3), if any, have to be negotiated and included in the PPS request. It is obtained by performing a bitwise OR operation on the flags.