nfc_llcp_get_connection_status()
Retrieve connection status information from an LLCP connection.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_llcp_get_connection_status(nfc_target_t *llcpConnection, nfc_llcp_connection_listener_t *listener)
Arguments:
- llcpConnection
-
The LLCP connection target.
- listener
-
The returned connection status information and the handle of the associated listener.
Library:
libnfcDescription:
This function retrieves the status of an LLCP connection from an NFC LLCP connection.
Returns:
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.