Skip to main content

mf_desfire_poller_select_application

Function mf_desfire_poller_select_application 

Source
pub unsafe extern "C" fn mf_desfire_poller_select_application(
    instance: *mut MfDesfirePoller,
    id: *const MfDesfireApplicationId,
) -> MfDesfireError
Expand description

Select 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.
  • id (direction in) - pointer to the MfDesfireApplicationId structure with application id to select.

§Returns

MfDesfireErrorNone on success, an error code on failure.