MxUtility

class MxUtility : System.Object

The mx utility.

int UIntBitsize

The u int bitsize.

public long GetSequenceNumberDifference(uint new, uint current)

Gets the sequence number difference between the “new” and “current” messages. If the “new” sequence ID represents a later message, then the result is positive; if the “new” sequence ID represents an older message, then the result is negative.

Parameters:
  • new (uint) –
  • current (uint) –
Returns:

The T:System.Int64.