beautypg.com

Clickmsgstorechecksum – Wavetronix Click 500 (programmable controller) (CLK-500) - Developer Guide User Manual

Page 172

background image

APPENDIX

• CLICK 500 DEVELOPER GUIDE

171

ClickMsgStoreChecksum

This function is used when programming a checksum calculation function. When the as-

sociated checksum is calculated for a transmit message, the result needs to be put in the first

parameter. The second parameter is the index into one of the 10 checksum handlers (0–9).

˽

LIBRARY – click500message.LIB

˽

SYNTAX –

void ClickMsgStoreChecksum(char* checksumValue,
char checksumIndex);

˽

PARAMETER1 – checksum value

˽

PARAMETER2 – checksum index

˽

RETURN VALUE – none

˽

SEE ALSO – ClickMsgAddChecksumTask, ClickMsgChecksumClear