HashDataBlock (structure)
- 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
HashDataBlock (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
HashDataBlock is the logical hash data block structure. The size of the block may vary.
/* HashDataBlock */
{
aat_byte SerialNumber[22], /* ASCII */
aat_byte DataBlockSize[4],
aat_byte DataBlockVersion[2],
aat_byte MaxRandomDiv[4],
aat_byte StartWindows[4], /* (Can be an event value or time expressed in number of seconds). */
aat_byte HashNb[4]=X,
aat_byte Data[X][20],
aat_byte CRC[4]
}
Cet article vous a-t-il été utile ?