Constructor, initializes fields to the given values.


- 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").

Exception | Condition |
---|---|
Low sequence number was < 0. | |
Low RX req max sequence number was < 0. | |
High sequence number was < 0. |