Skip to main content

mf_plus_poller_read_version

Function mf_plus_poller_read_version 

Source
pub unsafe extern "C" fn mf_plus_poller_read_version(
    instance: *mut MfPlusPoller,
    data: *mut MfPlusVersion,
) -> MfPlusError
Expand description

Read MfPlus 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 MfPlusVersion structure to be filled with version data.

§Returns

MfPlusErrorNone on success, an error code on failure.