pub unsafe extern "C" fn rfalT1TPollerRall(
    uid: *const u8,
    rxBuf: *mut u8,
    rxBufLen: u16,
    rxRcvdLen: *mut u16
) -> u16
Expand description

\brief NFC-A T1T Poller RALL

This method send a Read All command to a NFC-A T1T Listener device

\param[in] uid : the UID of the device to read data \param[out] rxBuf : pointer to place the read data \param[in] rxBufLen : size of rxBuf \param[out] rxRcvdLen : actual received data

\return ERR_WRONG_STATE : RFAL not initialized or mode not set \return ERR_PARAM : Invalid parameter \return ERR_NONE : No error