User guide

DOC101014-1_Hatteland Display API_AIPC.docx rev: 7
Created: 17.11.2011 Modified: 07.10.2013 16 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
4.4.5 AIPC_K2_DIS
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.AIPC_K2_DIS, false, input, output, ref pNBytes);
4.4.6 AIPC_HS1_EN
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.AIPC_HS1_EN, false, input, output, ref pNBytes);
4.4.7 AIPC_HS1_DIS
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.AIPC_HS1_DIS, false, input, output, ref pNBytes);
4.4.8 AIPC_HS2_EN
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];
byte pNBytes = Convert.ToByte(output.Length);
errCode = hwApiHatteland.HWAPIcommandRW(COMMANDS.AIPC_HS2_EN, false, input, output, ref pNBytes);
4.4.9 AIPC_HS2_DIS
int errCode = -1;
byte[] output = new byte[0];
byte[] input = new byte[0];