What are the last 3 bits in APDU Update Records?
-- -- -- -- -- 0 0 0 First record
-- -- -- -- -- 0 0 1 Last record
-- -- -- -- -- 0 1 0 Next record
-- -- -- -- -- 0 1 1 Previous record
-- -- -- -- -- 1 0 0 Record number given in P1
For example with APDU 00 DC 00 03 08 ....
I update the current record on current EF (Elementary File) but previous record, what does?
Thank you for your suggestions.