Show / Hide Table of Contents

Interface ISctpErrorCause

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public interface ISctpErrorCause

Properties

| Improve this Doc View Source

CauseCode

Declaration
SctpErrorCauseCode CauseCode { get; }
Property Value
Type Description
SctpErrorCauseCode

Methods

| Improve this Doc View Source

GetErrorCauseLength(Boolean)

Declaration
ushort GetErrorCauseLength(bool padded)
Parameters
Type Name Description
System.Boolean padded
Returns
Type Description
System.UInt16
| Improve this Doc View Source

WriteTo(Byte[], Int32)

Declaration
int WriteTo(byte[] buffer, int posn)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 posn
Returns
Type Description
System.Int32

Extension Methods

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