Check if a session is closed.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_session_is_session_closed(uint32_t hSESession, bool *pIsClosed)
BlackBerry 10.0.0
The handle to the session of interest.
true if the session is not open with the specified handle, false otherwise. This value is valid only when this function returns NFC_RESULT_SUCCESS.