pub unsafe extern "C" fn rfalNfcaPollerSelect(
    nfcid1: *const u8,
    nfcidLen: u8,
    selRes: *mut rfalNfcaSelRes
) -> u16
Expand description

\brief NFC-A Poller Select

This method selects a NFC-A Listener device (PICC)

\param[in] nfcid1 : Listener device NFCID1 to be selected \param[in] nfcidLen : Length of the NFCID1 to be selected \param[out] selRes : pointer to place the SEL_RES

\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, SEL_RES received