mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-02 13:51:45 +00:00
nfc_initiator_select_dep_target() function returns now selected D.E.P targets count on success.
This commit is contained in:
@@ -433,7 +433,7 @@ nfc_initiator_poll_target (nfc_device *pnd,
|
||||
|
||||
/**
|
||||
* @brief Select a target and request active or passive mode for D.E.P. (Data Exchange Protocol)
|
||||
* @return Returns 0 on success, otherwise returns libnfc's error code (negative value).
|
||||
* @return Returns selected D.E.P tagets count on success, otherwise returns libnfc's error code (negative value).
|
||||
*
|
||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
||||
|
||||
Reference in New Issue
Block a user