beautypg.com

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

Page 144

background image

APPENDIX

• CLICK 500 DEVELOPER GUIDE

143

ClickflashWrite

Puts the data found in “dataArray” and saves it to the user config space in flash.

˽

LIBRARY – click500flash.lib

˽

SYNTAX –

int ClickflashWrite( void* dataArray, int numBytes, int offset );

˽

PARAMETER1 – The location to get the data.

˽

PARAMETER2 – The number of bytes that are stored in the dataArray.

˽

PARAMETER3 – An offset from the beginning of the user config space. The maximum

allowed offset is 2275.

˽

SEE ALSO – ClickflashRead