Report if the secure element is present for a specific reader.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_reader_is_secure_element_present(uint32_t hSEReader, bool *pIsPresent)
BlackBerry 10.0.0
The handle to the reader.
true if the reader with handle hSEReader has a valid secure element, false otherwise. This value is valid only when this function returns NFC_RESULT_SUCCESS.