Show / Hide Table of Contents

Class Crc32

Inheritance
System.Object
Crc32
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SCTP4CS.Utils
Assembly: SIPSorcery.dll
Syntax
public class Crc32

Constructors

| Improve this Doc View Source

Crc32(UInt32)

Declaration
public Crc32(uint poly)
Parameters
Type Name Description
System.UInt32 poly

Fields

| Improve this Doc View Source

CRC32

Declaration
public static readonly Crc32 CRC32
Field Value
Type Description
Crc32
| Improve this Doc View Source

CRC32C

Declaration
public static readonly Crc32 CRC32C
Field Value
Type Description
Crc32

Methods

| Improve this Doc View Source

Calculate(Byte[], Int32, Int32)

Declaration
public uint Calculate(byte[] buffer, int offset, int length)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
System.Int32 length
Returns
Type Description
System.UInt32

Extension Methods

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