pub unsafe extern "C" fn rfalSt25tbPollerGetUID(
    UID: *mut [u8; 8]
) -> u16
Expand description

\brief ST25TB Get UID

This method sends a Get_UID command

If a single device responds the chip UID will be retrieved

\param[out] UID : UID of the found 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, no listener device detected \return ERR_PROTO : Protocol error detected \return ERR_NONE : No error