The XCrc16 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XCrc16 |
Creates a new CRC16 counter.
|
Methods
Name | Description | |
---|---|---|
![]() | Descramble | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | Put | Overloaded. |
![]() | PutNull |
Processes null bytes.
(Inherited from XCrc.) |
![]() | PutPasString | Overloaded. |
![]() | Reset |
Initializes CRC counter.
(Overrides XCrc..::.Reset()()().) |
![]() | Scramble | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | RawValue |
Returns the raw value of CRC 16.
|
![]() | RawValueHighByte |
Returns high byte of the raw CRC value.
(Overrides XCrc..::.RawValueHighByte.) |
![]() | Value |
Gets a CRC16 value.
|