LBM .Net API Documentation
UMERecoverySequenceNumberCallbackInfo Constructor (flags, lowSeqNum, lowRxReqMaxSeqNum, highSeqNum, sourceCbArg, source)
Namespacescom.latencybusters.lbmUMERecoverySequenceNumberCallbackInfoUMERecoverySequenceNumberCallbackInfo(Int32, UInt32, UInt32, UInt32, Object, String)
Constructor, initializes fields to the given values.
Declaration Syntax
C#
public UMERecoverySequenceNumberCallbackInfo(
	int flags,
	uint lowSeqNum,
	uint lowRxReqMaxSeqNum,
	uint highSeqNum,
	Object sourceCbArg,
	string source
)
Parameters
flags (Int32)
Informational flags.
lowSeqNum (UInt32)
Low sequence number (can be changed by the application, must be >= 0).
lowRxReqMaxSeqNum (UInt32)
Low retransmission request maximum sequence number (must be >= 0).
highSeqNum (UInt32)
High sequence number (must be >= 0).
sourceCbArg (Object)
Client-supplied source callback object if using the LBMSourceCreationCallback callback.
source (String)
Source string (e.g., "TCP:192.168.0.4:45789").
Exceptions
ExceptionCondition
Low sequence number was < 0.
Low RX req max sequence number was < 0.
High sequence number was < 0.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0