nfc_llcp_get_remote_sap()
Return the remote service access point (SAP)
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_llcp_get_remote_sap(nfc_target_t *llcpConnection, unsigned int *sap)
Arguments:
- llcpConnection
-
The LLCP connection target.
- sap
-
The returned remote service access point.
Library:
libnfcDescription:
This function returns the remote SAP for an LLCP connection.
Returns:
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.