Interface ISctpErrorCause
Assembly: SIPSorcery.dll
Syntax
public interface ISctpErrorCause
Properties
|
Improve this Doc
View Source
CauseCode
Declaration
SctpErrorCauseCode CauseCode { get; }
Property Value
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