pub unsafe extern "C" fn mf_desfire_poller_read_version(
instance: *mut MfDesfirePoller,
data: *mut MfDesfireVersion,
) -> MfDesfireErrorExpand description
Read MfDesfire card version.
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 MfDesfireVersion structure to be filled with version data.
§Returns
MfDesfireErrorNone on success, an error code on failure.