Represents type TRC2Block.
TRC2Block
type TRC2Block = packed record case Integer of 0 : (Bytes: array[0..7] of Byte); 1 : (Words: array[0..3] of Word); 2 : (A, B, C, D: Word); end;
The TRC2Block type exposes the following members.
Represents field A.
A
Represents field B.
B
Represents field Bytes.
Bytes
Represents field C.
C
Represents field D.
D
Represents field Words.
Words