Struct SctpDataFrame
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 SctpDataFrame
Constructors
| Improve this Doc View SourceSctpDataFrame(Boolean, UInt16, UInt16, UInt32, Byte[])
Declaration
public SctpDataFrame(bool unordered, ushort streamID, ushort streamSeqNum, uint ppid, byte[] userData)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | unordered | |
System.UInt16 | streamID | The stream ID of the chunk. |
System.UInt16 | streamSeqNum | The stream sequence number of the chunk. Will be 0 for unordered streams. |
System.UInt32 | ppid | The payload protocol ID for the chunk. |
System.Byte[] | userData | The chunk data. |
Fields
| Improve this Doc View SourceEmpty
Declaration
public static SctpDataFrame Empty
Field Value
Type | Description |
---|---|
SctpDataFrame |
PPID
Declaration
public uint PPID
Field Value
Type | Description |
---|---|
System.UInt32 |
StreamID
Declaration
public ushort StreamID
Field Value
Type | Description |
---|---|
System.UInt16 |
StreamSeqNum
Declaration
public ushort StreamSeqNum
Field Value
Type | Description |
---|---|
System.UInt16 |
Unordered
Declaration
public bool Unordered
Field Value
Type | Description |
---|---|
System.Boolean |
UserData
Declaration
public byte[] UserData
Field Value
Type | Description |
---|---|
System.Byte[] |
Methods
| Improve this Doc View SourceIsEmpty()
Declaration
public bool IsEmpty()
Returns
Type | Description |
---|---|
System.Boolean |