SATSAFcpTypeTag

File Control Parameter (FCP) type tags.

Synopsis:

#include <nfc/nfc_types.h>

typedef enum SATSAFcpTypeTag{
      OPEN_NO_FCP_INFO = 1   
      OPEN_FCP_WITH_REF_CLASS = 2   
      OPEN_FCP_WITH_REF_INTERFACE = 3   
      SATSA_OPEN_EMV_FCP = 4   
} fcp_type_t;

Since:

BlackBerry 10.0.0

Data:

OPEN_NO_FCP_INFO
Set the P2 value to 0x0C.
OPEN_FCP_WITH_REF_CLASS
Set the P2 value to 0x00.
OPEN_FCP_WITH_REF_INTERFACE
Set the P2 value to 0x10.
SATSA_OPEN_EMV_FCP
Set the P2 value to 0x00.

Library:

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

Description:

This enumeration controls the P2 value used in the SELECT command when opening channel. This informs the Universal Integrated Circuit Card (UICC) of what format the device would like to receive the returned data in.