pub unsafe extern "C" fn rfalNfcvPollerSleep(
    flags: u8,
    uid: *const u8
) -> u16
Expand description

\brief NFC-V Poller Sleep

This function is used to send the SLPV_REQ (Stay Quiet) command to put the VICC with the given UID to state QUIET so that they do not reply to more Inventory

\param[in] flags : Flags to be used: Sub-carrier; Data_rate; Option for NFC-Forum use: RFAL_NFCV_REQ_FLAG_DEFAULT \param[in] uid : UID of the device to be put to Sleep

\return ERR_WRONG_STATE : RFAL not initialized or incorrect mode \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_NONE : No error