Show / Hide Table of Contents

Class CRC32C

Inheritance
System.Object
CRC32C
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: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class CRC32C

Methods

| Improve this Doc View Source

Calculate(Byte[], Int32, Int32)

Declaration
public static 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