Retrieve the connection id associated with the target.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_target_connection_id(const nfc_target_t *target, unsigned int *target_connection_id)
BlackBerry 10.0.0
The NFC target returned from the nfc_get_target() function.
The returned connection id of the target.
This function returns the connection id associated with the target. The id could be used to identify a target at runtime.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.