Struct SctpErrorUnrecognizedParameters
This error cause is returned to the originator of the INIT ACK chunk if the receiver does not recognize one or more optional variable parameters in the INIT ACK chunk.
Implements
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 SctpErrorUnrecognizedParameters : ISctpErrorCause
Remarks
Fields
| Improve this Doc View SourceUnrecognizedParameters
The Unrecognized Parameters field contains the unrecognized parameters copied from the INIT ACK chunk complete with TLV. This error cause is normally contained in an ERROR chunk bundled with the COOKIE ECHO chunk when responding to the INIT ACK, when the sender of the COOKIE ECHO chunk wishes to report unrecognized parameters.
Declaration
public byte[] UnrecognizedParameters
Field Value
Type | Description |
---|---|
System.Byte[] |
Properties
| Improve this Doc View SourceCauseCode
Declaration
public readonly SctpErrorCauseCode CauseCode { get; }
Property Value
Type | Description |
---|---|
SctpErrorCauseCode |
Methods
| Improve this Doc View SourceGetErrorCauseLength(Boolean)
Declaration
public ushort GetErrorCauseLength(bool padded)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | padded |
Returns
Type | Description |
---|---|
System.UInt16 |
WriteTo(Byte[], Int32)
Declaration
public int WriteTo(byte[] buffer, int posn)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer | |
System.Int32 | posn |
Returns
Type | Description |
---|---|
System.Int32 |