pub unsafe extern "C" fn rfalNfcfPollerUpdate(
    nfcid2: *const u8,
    servBlock: *const rfalNfcfServBlockListParam,
    txBuf: *mut u8,
    txBufLen: u16,
    blockData: *const u8,
    rxBuf: *mut u8,
    rxBufLen: u16
) -> u16
Expand description

\brief NFC-F Poller Update/Write

It computes a Update / Write command accoring to T3T 1.0 and JIS X6319-4 and sends it to PICC.

\param[in] nfcid2 : nfcid2 of the device \param[in] servBlock : parameter containing the list of Services and Blocks to be addressed by this command \param[in] txBuf : buffer where the request will be composed \param[in] txBufLen : size of txBuf \param[in] blockData : data to written on the given block(s) \param[out] rxBuf : buffer to place check/read data \param[in] rxBufLen : size of the rxBuf

\return ERR_WRONG_STATE : RFAL not initialized or mode not set \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_REQUEST : The request was executed with error \return ERR_NONE : No error