pub unsafe extern "C" fn rfalIsoDepPollAStartActivation(
    FSDI: rfalIsoDepFSxI,
    DID: u8,
    maxBR: rfalBitRate,
    isoDepDev: *mut rfalIsoDepDevice
) -> u16
Expand description

\brief ISO-DEP Poller Start NFC-A Activation

This starts a NFC-A Activation into ISO-DEP layer (ISO14443-4) with the given parameters. It sends RATS and if the higher bit rates are supported by both devices it additionally sends PPS Once Activated all details of the device are provided on isoDepDev

\see rfalIsoDepPollAGetActivationStatus

\param[in] FSDI : Frame Size Device Integer to be used \param[in] DID : Device ID to be used or RFAL_ISODEP_NO_DID for not use DID \param[in] maxBR : Max bit rate supported by the Poller \param[out] isoDepDev : ISO-DEP information of the activated Listen device

\return ERR_WRONG_STATE : RFAL not initialized or incorrect mode \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_TIMEOUT : Timeout error \return ERR_PAR : Parity error detected \return ERR_CRC : CRC error detected \return ERR_FRAMING : Framing error detected \return ERR_PROTO : Protocol error detected \return ERR_NONE : No error, start of asynchronous operation successful