pub unsafe extern "C" fn rfalNfcvPollerCollisionResolution(
    compMode: rfalComplianceMode,
    devLimit: u8,
    nfcvDevList: *mut rfalNfcvListenDevice,
    devCnt: *mut u8
) -> u16
Expand description

\brief NFC-V Poller Full Collision Resolution

Performs a full Collision resolution as defined in Activity 2.0 9.3.7 Once done, the devCnt will indicate how many (if any) devices have been identified and their details are contained on nfcvDevList

\param[in] compMode : compliance mode to be performed \param[in] devLimit : device limit value, and size nfcaDevList \param[out] nfcvDevList : NFC-v listener devices list \param[out] devCnt : Devices found counter

When compMode is set to ISO the function immediately goes to 16 slots improving chances to detect more than only one strong card.

\return ERR_WRONG_STATE : RFAL not initialized or mode not set \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_NONE : No error