There are some definition likes that
unsigned char MifareAuthCmd[] = {0x60U, 0x01 /*block*/, 0x02, 0x02, 0x02, 0x02, 0x00 /*key*/, 0x00 /*key*/, 0x00 /*key*/, 0x00 /*key*/ , 0x00 /*key*/, 0x00 /*key*/};
unsigned char MifareReadCmd[] = {0x30U, /*block*/ 0x01};
In the libnfc-nci demoAPP.
But i can't understand why the data array in this order , and how should i sort those data if i want to do some operation.
Is there anyone can give some advise? Thanks very much.