Skip to main content

SequenceReset (35=4)

Resets the inbound or outbound sequence numbers in a session.

warning

Incorrect usage can lead to a mismatch in sequence numbers and desynchronize the session.

Structure

Requires:

Message body

TagNameTypeRequiredDescription
123GapFillFlagBooleanYIndicates whether to resend admin or application messages. Possible values:
  • Y: Gap fill. Messages up to NewSeqNo are skipped.
  • N: Sequence reset. Sequence number is reset to the NewSeqNo (higher than the existing sequence number).
36NewSeqNoSeqNumYThe sequence number that the following messages must use. Must be higher than the currently expected sequence number.

See also