mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
lf hid: Added encode/decode support for Issue Level
Issue Level added to encode/decode support By default, invalid parity will not show on decode (with option to show) Added two new 36-bit formats including first format to use issue level
This commit is contained in:
parent
b5a5fc4d9f
commit
5d643cc033
5 changed files with 142 additions and 42 deletions
|
@ -61,7 +61,7 @@ bool set_bit_by_position(/* inout */hidproxmessage_t* data, /* in */bool value,
|
|||
* mean it won't eventually contain one, however. To prevent memory leaks and erroneous
|
||||
* aliasing, perform the copy function manually instead. Hence, this function.
|
||||
*
|
||||
* If the definition of the hid_proxmessage struct changes, this function must also
|
||||
* If the definition of the hidproxmessage struct changes, this function must also
|
||||
* be updated to match.
|
||||
*/
|
||||
void proxmessage_datacopy(/*in*/hidproxmessage_t* src, /*out*/hidproxmessage_t* dest){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue