Set the technology types (protocols) that are to be emulated.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_reader_set_technology_types(uint32_t hSESession,
uint32_t technologyTypes)
BlackBerry 10.0.0
The handle to the open session.
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.
Use this function to enable or disable UICC secure element card emulation (UICC SE CE).