pub unsafe extern "C" fn rfalNfcDepStartTransceive(
    param: *const rfalNfcDepTxRxParam
) -> u16
Expand description

\brief Start Transceive

Transceives a complete or partial DEP block

The txBuf contains complete or partial of DEP to be transmitted. The Prologue field of the I-PDU is handled internally

If the buffer contains partial LLCP and is not the last block, then isTxChaining must be set to true

\param[in] param: reference parameters to be used for the Transceive

\return ERR_PARAM : Bad request \return ERR_WRONG_STATE : The module is not in a proper state \return ERR_NONE : The Transceive request has been started