nfc_llcp_close()
Close an LLCP connection.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_llcp_close(nfc_target_t *llcpConnection)
Arguments:
- llcpConnection
-
The LLCP connection to close.
Library:
libnfcDescription:
This function closes an LLCP connection.
Returns:
NFC_RESULT_SUCCESS, or one of the following:
- NFC_RESULT_INVALID_PARAMETER: A parameter is invalid.
- NFC_RESULT_SERVICE_CONNECTION_ERROR: The application is not connected to the NFC system.