- Global ta_terminal_settings_get_log_dir (ta_object_t settings, ta_object_t *log_dir)
- Can not be used.
- Global ta_terminal_settings_get_log_file_count_per_archive (ta_object_t settings, int *file_count_per_archive)
- Can not be used.
- Global ta_terminal_settings_get_log_retain_archive_count (ta_object_t settings, int *archive_count)
- Can not be used.
- Global ta_terminal_settings_get_log_retain_file_count (ta_object_t settings, int *file_count)
- Can not be used.
- Global ta_terminal_settings_set_log_dir (ta_object_t settings, ta_object_t log_dir)
- Can not be used.
- Global ta_terminal_settings_set_log_file_count_per_archive (ta_object_t settings, int log_file_count_per_archive)
- Can not be used.
- Global ta_terminal_settings_set_log_retain_archive_count (ta_object_t settings, int log_retain_archive_count)
- Can not be used.
- Global ta_terminal_settings_set_log_retain_file_count (ta_object_t settings, int retain_file_count)
- Can not be used.
- Global ta_transaction_information_get_cardholder_name (ta_object_t trx_info, ta_object_t *cardholder_name)
- Use ta_card_data_get_cardholder instead (on card_data object returned by ta_transaction_response_get_card_data).