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

\brief Sends an ISO15693 Anticollision EOF

This sends the Anticollision|Inventory EOF used as a slot marker

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

\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