nfc_se_channel_close_channel()
Close this channel to the secure element.
Synopsis:
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_channel_close_channel(uint32_t hSEchannel)
Arguments:
- hSEchannel
-
The handle to the channel to close.
Library:
libnfcDescription:
Returns:
NFC_RESULT_SUCCESS if the channel has been closed successfully, 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 hSEchannel is invalid.