nfc_se_reader_set_technology_types()

Set the technology types (protocols) that are to be emulated.

Synopsis:

#include <nfc/nfc_se_access.h>
 
NFC_API nfc_result_t nfc_se_reader_set_technology_types(uint32_t hSESession,                 
                                                        uint32_t technologyTypes)

Since:

BlackBerry 10.0.0

Arguments:

hSESession

The handle to the open session.

technologyTypes

The technology types to emulate. This bit field must be constructed from the technology_types_t constants. To enable card emulation, set this parameter to an appropriate technology type; to disable card emulation, set it to TECHNOLOGY_TYPE_NONE.

Library:

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

Description:

Use this function to enable or disable UICC secure element card emulation (UICC SE CE).

Returns:

NFC_RESULT_SUCCESS if the technology types are set successfully; or one of the following: