pub unsafe extern "C" fn rfalNfcfPollerCollisionResolution(
    compMode: rfalComplianceMode,
    devLimit: u8,
    nfcfDevList: *mut rfalNfcfListenDevice,
    devCnt: *mut u8
) -> u16
Expand description

\brief NFC-F Poller Full Collision Resolution

Performs a full Collision resolution as defined in Activity 1.1 9.3.4

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

\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