Crc32ModeS Class |
Namespace: VirtualRadar.Interface
The Crc32ModeS type exposes the following members.
Name | Description | |
---|---|---|
![]() | Crc32ModeS |
Creates a new object.
|
Name | Description | |
---|---|---|
![]() | ComputeChecksum |
Calculates the parity on the message passed across. Only the first three bytes (big-endian)
are applied against Mode-S messages.
|
![]() | ComputeChecksumBytes |
Calculates a four-byte parity on the message passed across. Only the first three bytes are applied
against Mode-S messages (when big-endian format is used).
|
![]() | ComputeChecksumBytesTraditional32 |
Calculates the four-byte parity on a 4 byte message using the traditional (slow) method
recommended by the Eurocontrol document '022_CRC_calculations_for_Mode_S'.
|
![]() | ComputeChecksumBytesTraditional88 |
Calculates the four-byte parity on an 11 byte message using the traditional (slow) method
recommended by the Eurocontrol document '022_CRC_calculations_for_Mode_S'.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |