Retrieve the technology types that are emulated for the NFC reader.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_reader_get_technology_types(uint32_t hSESession, uint32_t batteryMode, uint32_t *pTechnologyTypes)
BlackBerry 10.0.0
The handle to the open session.
The battery mode to get the technology types for. Refer to battery_mode_t for valid battery modes.
The technology types being emulated. This bit field is constructed from the technology_types_t constants.
Use this function to determine what protocols are emulated by the device.