Struct SctpTsnGapBlock
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct SctpTsnGapBlock
Fields
| Improve this Doc View SourceEnd
Indicates the End offset TSN for this Gap Ack Block. To calculate the actual TSN number, the Cumulative TSN Ack is added to this offset number.This calculated TSN identifies the TSN of the last DATA chunk received in this Gap Ack Block.
Declaration
public ushort End
Field Value
Type | Description |
---|---|
System.UInt16 |
Start
Indicates the Start offset TSN for this Gap Ack Block. To calculate the actual TSN number the Cumulative TSN Ack is added to this offset number.This calculated TSN identifies the first TSN in this Gap Ack Block that has been received.
Declaration
public ushort Start
Field Value
Type | Description |
---|---|
System.UInt16 |