pub unsafe extern "C" fn rfalNfcbPollerSlotMarker(
    slotCode: u8,
    sensbRes: *mut rfalNfcbSensbRes,
    sensbResLen: *mut u8
) -> u16
Expand description

\brief NFC-B Poller Slot Marker

This method selects a NFC-B Slot marker frame

\param[in] slotCode : Slot Code [1-15] \param[out] sensbRes : If received, the SENSB_RES \param[out] sensbResLen : If received, the SENSB_RES length

\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