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 SourceCrc32(UInt32)
Declaration
public Crc32(uint poly)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | poly |
Fields
| Improve this Doc View SourceCRC32
Declaration
public static readonly Crc32 CRC32
Field Value
Type | Description |
---|---|
Crc32 |
CRC32C
Declaration
public static readonly Crc32 CRC32C
Field Value
Type | Description |
---|---|
Crc32 |
Methods
| Improve this Doc View SourceCalculate(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 |