nfc_se_reader_close_sessions()
Close all the sessions opened on a reader.
Synopsis:
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_reader_close_sessions(uint32_t hSEReader)
Arguments:
- hSEReader
-
The handle to the reader.
Library:
libnfcDescription:
Returns:
NFC_RESULT_SUCCESS if the sessions are successfully closed; or one of the following:
- NFC_RESULT_SERVICE_CONNECTION_ERROR: An attempt to connect to the NFC system has failed.
- NFC_RESULT_SE_INVALID_HANDLE: The hSEReader is invalid.