Show / Hide Table of Contents

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 Source

SctpDataFrame(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 Source

Empty

Declaration
public static SctpDataFrame Empty
Field Value
Type Description
SctpDataFrame
| Improve this Doc View Source

PPID

Declaration
public uint PPID
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

StreamID

Declaration
public ushort StreamID
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

StreamSeqNum

Declaration
public ushort StreamSeqNum
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Unordered

Declaration
public bool Unordered
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

UserData

Declaration
public byte[] UserData
Field Value
Type Description
System.Byte[]

Methods

| Improve this Doc View Source

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
System.Boolean

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX