2.2.2.21 sequence_number

This type is used by the server to define a version for a set of account mappings at a given point in time. This number is changed by the server whenever any changes are made to the set of account mappings that it maintains (for more details, see section 2.2.5.6). If either of the member fields changes, the sequence_number as a whole MUST be considered as changed.

 struct sequence_number {
     long CurrentVersionTokenLowPart;
     long CurrentVersionTokenHighPart;
 };

CurrentVersionTokenLowPart: An XDR-encoded, 32-bit signed integer that MUST be either 0x00000000 or a value returned by the server from a previous call to GETCURRENTVERSIONTOKEN_PROC or DUMPALLMAPSXXX_PROC. For more information about CurrentVersionTokenLowPart, see sections 3.1.5 and 3.2.5.

CurrentVersionTokenHighPart: An XDR-encoded, 32-bit signed integer that MUST be either 0x00000000 or a value returned by the server from a previous call to GETCURRENTVERSIONTOKEN_PROC or DUMPALLMAPSXXX_PROC. For more information about CurrentVersionTokenHighPart, see sections 3.1.5 and 3.2.5.