StateDataBlock (structure)
- 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
StateDataBlock (structure)
- Mis à jour le 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
StateDataBlock is the logical state data block structure.
/* StateDataBlock */
{
aat_byte SerialNumber[22], /* ASCII */
aat_byte DataBlockSize[4],
aat_byte DataBlockVersion[2],
aat_byte Status[1],
aat_byte StaticPINLen[1],
aat_byte OTPLen[1],
aat_byte OTPFormat[1],
aat_byte CodeWord[4],
aat_byte LastUsedValue[4], /* (Can be an event value or time expressed in number of seconds). */
aat_byte LastTimeShift[4],
aat_byte ErrorCount[4],
aat_byte UseCount[4],
aat_byte StaticPINDelta[8],
aat_byte CRC[4]
}
Cet article vous a-t-il été utile ?