CheckSum Field
Three byte, simple checksum (see Volume 2: Checksum Calculation
for description). ALWAYS LAST FIELD IN MESSAGE; i.e. serves,
with the trailing <SOH>, as the end-of-message delimiter.
Always defined as three characters. (Always unencrypted)
public const int CheckSum = 10
This language is not supported or no code example is available.
public:
const int CheckSum = 10;
This language is not supported or no code example is available.
public const CheckSum : int = 10
This language is not supported or no code example is available.
Field Value
int
In this article
Definition