Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ufr-browser_extension-examples
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
nfc-rfid-reader-sdk
ufr-browser_extension-examples
Commits
955515f6
Commit
955515f6
authored
4 years ago
by
developer34
Browse files
Options
Downloads
Patches
Plain Diff
Ndef functions fixed.
parent
efaef1b5
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/script.js
+2
-2
2 additions, 2 deletions
assets/script.js
with
2 additions
and
2 deletions
assets/script.js
+
2
−
2
View file @
955515f6
...
@@ -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
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment