pub unsafe extern "C" fn mf_desfire_poller_read_file_value(
instance: *mut MfDesfirePoller,
id: MfDesfireFileId,
data: *mut MfDesfireFileData,
) -> MfDesfireErrorExpand description
Read file value 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.id(direction in) - file id to read value from.data(direction out) - pointer to the MfDesfireFileData structure to be filled with file value.
§Returns
MfDesfireErrorNone on success, an error code on failure.