User guide

DOC101014-1_Hatteland Display API_AIPC.docx rev: 7
Created: 17.11.2011 Modified: 07.10.2013 25 of 27
Hatteland Display AS, Åmsosen, N-5578 Nedre Vats, Norway
Tel: (+47) 4814 2200 - mail@hatteland-display.com - www.hatteland-display.com
Hatteland Display API
All intellectual properties belongs to Hatteland Display AS
byte[] output = new byte[1];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.AMBIENT_LIGHT_SENSOR_RANGE, true, input, output, ref pNBytes);
4.5.31 STATE_POWER_OFF_2_ON
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.STATE_POWER_OFF_2_ON, false, input, output, ref pNBytes);
4.5.32 STATE_BOOTING
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.STATE_BOOTING, false, input, output, ref pNBytes);
4.5.33 STATE_OS_RUNNING
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.STATE_OS_RUNNING, false, input, output, ref pNBytes);
4.5.34 STATE_APPLICATION_RUNNING
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.STATE_APPLICATION_RUNNING, false, input, output, ref pNBytes);