Enum eMessageDigestMethod
Message digest methods used to create fingerprint of a message.
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public enum eMessageDigestMethod
Fields
Name | Description |
---|---|
CRC16 | Moderate speed method with lower probability of colisions. |
CRC32 | Slowest speed method with relatively low probability of colisions. |
CRC8 | Fastest method with highest probability of colisions. |
NONE | Messages are not digested the repeated messages won't be filtered out. Use this option on low performance devices. |