pub unsafe extern "C" fn rfalISO15693TransceiveAnticollisionFrame(
    txBuf: *mut u8,
    txBufLen: u8,
    rxBuf: *mut u8,
    rxBufLen: u8,
    actLen: *mut u16
) -> u16
Expand description

\brief Sends an ISO15693 Anticollision Frame

This send the Anticollision|Inventory frame (INVENTORY_REQ)

\warning rxBuf must be able to contain the payload and CRC

\param[in] txBuf : Buffer where outgoing message is located \param[in] txBufLen : Length of the outgoing message in bytes \param[out] rxBuf : Buffer where incoming message will be placed \param[in] rxBufLen : Maximum length of the incoming message in bytes \param[out] actLen : Actual received length in bits

\return ERR_NONE : Transceive done with no error \return ERR_WRONG_STATE : RFAL not initialized or mode not set \return ERR_IO : Internal error