- PrintAndLog("NationalCode: %X%08X",NationalCodeB,NationalCodeA);
- PrintAndLog("CountryCode: %d",countryCode);
- PrintAndLog("dataBlockBit: %d",dataBlockBit);
- PrintAndLog("reservedCode: %X",reservedCode);
- PrintAndLog("animalBit: %d", animalBit);
- PrintAndLog("CRC: %02X", crc16);
- PrintAndLog("Extended: %x", extended);
+ PrintAndLog("Animal ID: %u-%012llu", countryCode, NationalCode);
+ PrintAndLog("National Code: %012llu", NationalCode);
+ PrintAndLog("CountryCode: %u", countryCode);
+ PrintAndLog("Extended Data: %s", dataBlockBit ? "True" : "False");
+ PrintAndLog("reserved Code: %u", reservedCode);
+ PrintAndLog("Animal Tag: %s", animalBit ? "True" : "False");
+ PrintAndLog("CRC: 0x%02X", crc16);
+ PrintAndLog("Extended: 0x%X", extended);