pub unsafe extern "C" fn rfalSt25tbPollerCollisionResolution(
    devLimit: u8,
    st25tbDevList: *mut rfalSt25tbListenDevice,
    devCnt: *mut u8
) -> u16
Expand description

\brief ST25TB Poller Collision Resolution

This method performs ST25TB Collision resolution, selects the each device, retrieves its UID and then deselects. In case only one device is identified the ST25TB device is left in select state.

\param[in] devLimit : device limit value, and size st25tbDevList \param[out] st25tbDevList : ST35TB listener device info \param[out] devCnt : Devices found counter

\return ERR_WRONG_STATE : RFAL not initialized or incorrect mode \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_TIMEOUT : Timeout error, no listener device detected \return ERR_RF_COLLISION : Collision detected one or more device in the field \return ERR_PROTO : Protocol error detected \return ERR_NONE : No error