pub unsafe extern "C" fn mf_desfire_poller_select_application(
instance: *mut MfDesfirePoller,
id: *const MfDesfireApplicationId,
) -> MfDesfireErrorExpand 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.