Skip to content
Snippets Groups Projects
Commit 955515f6 authored by developer34's avatar developer34
Browse files

Ndef functions fixed.

parent efaef1b5
Branches
No related merge requests found
...@@ -116,8 +116,8 @@ functions["ValueBlockInSectorDecrement_AKM1"] = "decrementValue sectorAdress blo ...@@ -116,8 +116,8 @@ functions["ValueBlockInSectorDecrement_AKM1"] = "decrementValue sectorAdress blo
functions["ValueBlockInSectorDecrement_AKM2"] = "decrementValue sectorAdress blockAdress authMode"; functions["ValueBlockInSectorDecrement_AKM2"] = "decrementValue sectorAdress blockAdress authMode";
functions["ValueBlockInSectorDecrement_PK"] = "decrementValue sectorAdress blockAdress authMode key"; functions["ValueBlockInSectorDecrement_PK"] = "decrementValue sectorAdress blockAdress authMode key";
functions["get_ndef_record_count"] = "ndef_message_cnt ndef_record_cnt ndef_record_array empty_ndef_message_cnt"; functions["get_ndef_record_count"] = "ndef_message_cnt ndef_record_cnt ndef_record_array empty_ndef_message_cnt";
functions["read_ndef_record"] = "message_nr record_nr tnf type_record type_length id "; functions["read_ndef_record"] = "message_nr record_nr tnf type_record type_length id id_length payload payload_length";
functions["write_ndef_record"] = "message_nr tnf type_record type_length id "; functions["write_ndef_record"] = "message_nr tnf type_record type_length id id_length payload payload_length card_formatted";
functions["write_ndef_record_mirroring"] = "message_nr tnf type_record type_length id id_length payload payload_length card_formated use_uid_ascii_mirror use_counter_ascii_mirror payload_mirroring_pos"; functions["write_ndef_record_mirroring"] = "message_nr tnf type_record type_length id id_length payload payload_length card_formated use_uid_ascii_mirror use_counter_ascii_mirror payload_mirroring_pos";
functions["erase_last_ndef_record"] = "message_nr"; functions["erase_last_ndef_record"] = "message_nr";
functions["erase_all_ndef_records"] = "message_nr"; functions["erase_all_ndef_records"] = "message_nr";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment