mf_desfire_poller_read_application

Function mf_desfire_poller_read_application 

Source
pub unsafe extern "C" fn mf_desfire_poller_read_application(
    instance: *mut MfDesfirePoller,
    data: *mut MfDesfireApplication,
) -> MfDesfireError
Expand description

Read application data for selected application on MfDesfire card.

Must ONLY be used inside the callback function.

§Arguments

  • instance (direction in, out) - pointer to the instance to be used in the transaction.
  • data (direction out) - pointer to the MfDesfireApplication structure to be filled with application data.

§Returns

MfDesfireErrorNone on success, an error code on failure.