Public Member Functions | |
SequenceManager (NACKManager nackManager) | |
void | ResetConnection () |
uint | GetNextSequenceNumber () |
uint | GetSequenceOffset (uint number) |
void | ProcessReceivedSegmentHeaders (ref SegmentHeaders headers) |
bool | IsProcessable (SegmentHeaders headers) |
Properties | |
bool | IsSegmentsMissing |
bool | IsResynching |
Definition at line 11 of file ProtocolStack/SequenceManager.cs.
|
<summary> Constructor. Creates a new sequence manager with a specified manager for issuing NACKS </summary> <param name="nackManager">NACK manager responsible for issuing NACKS</param> Definition at line 32 of file ProtocolStack/SequenceManager.cs. |
|
<summary> Puts the class back in initial state </summary> Definition at line 57 of file ProtocolStack/SequenceManager.cs. |
|
<summary> returns true if we need to use the 8 bits for re-synch info, false if we use it for rate info. </summary> Definition at line 87 of file ProtocolStack/SequenceManager.cs. |