GXDN: Gurux Developer Network
GetChecksumParameters Method (index, start, size, crcSize, crcPolynomial, crcInitialValue, crcFinalXOR, crcReverseData, crcReflection)
NamespacesGurux.DeviceGXProtocolGetChecksumParameters(Int32%, Int32%, Int32%, Int32%, Int32%, Int32%, Int32%, Boolean%, Boolean%)
Returns parameters needed for checksum counting.
Parameters
index ( Int32 %)
Index, where checksum is saved.
start ( Int32 %)
Index, where checksum count is started.
size ( Int32 %)
How many bytes are counted for checksum.
crcSize ( Int32 %)
Checksum size in bits.
crcPolynomial ( Int32 %)
Checksum Polynomial if checksum, of Checksum type Custom (GX_CHK_CUSTOM), is used.
crcInitialValue ( Int32 %)
Checksum initial value if checksum, of Checksum type Custom (GX_CHK_CUSTOM), is used.
crcFinalXOR ( Int32 %)
Is final xor used if checksum, of Checksum type Custom (GX_CHK_CUSTOM), is used.
crcReverseData ( Boolean %)
Is CRC reversed after calculate if checksum, of Checksum type Custom (GX_CHK_CUSTOM), is used.
crcReflection ( Boolean %)
Is CRC reflected after calculate if checksum, of Checksum type Custom (GX_CHK_CUSTOM), is used.
Return Value
Used Checksum type.

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1