No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated
into any language or computer language, in any form or by any means, including, but not limited to, electronic,
magnetic, optical, chemical, manual, or otherwise without prior written permission of Elo Touch Solutions, Inc.
Disclaimer
The information in this document is subject to change without notice. Elo Touch Solutions, Inc. and its affiliates
(collectively "Elo") makes no representations or warranties with respect to the contents herein, and specifically
disclaims any implied warranties of merchantability or fitness for a particular purpose. Elo reserves the right to
revise this publication and to make changes from time to time in the content hereof without obligation of Elo to
notify any person of such revisions or changes.
Trademark Acknowledgments
AccuTouch, CarrollTouch, Elo, Elo (logo), Elo Touch, Elo Touch Solutions, Elo TouchSystems, IntelliTouch, iTouch,
SecureTouch, TouchTools and VuPoint are trademarks of Elo and its affiliates. Windows is a trademark of
The following Application Programming Interfaces (APIs) are used to communicate with the Elo
Tablet. It will be released as Dynamic Link Library (DLL). The user of the API will need to
import the DLL and call the corresponding function listed below.
The APIs are classified into 5 sections: Battery Management, MCU, POS peripherals, Sensors
and EEPROM.
For further information on Tablet APIs, please contact an Elo Touch technical representative or
customer service.
Visit http://www.elotouch.com/Support/TechnicalSupport/default.asp for technical support.
Refer to the last page of this user manual for Elo contact information worldwide.
Elo® Tablet NFC Reader Application Note
ES601068 Rev A, Page 5 of 23
Application Programming Interface
Battery Management
1. EloGetBatteryStatus(unsignedchar *pStatus);
Description: Retrieve Battery Information
OUT: 1 byte of Battery Information
Bit 7 - main battery present
Bit 6 - main battery charging
Bit 5 - main battery discharging
Bit 4 - main battery fully charged
Bit 3- docking battery present
Bit 2 - docking battery charging
Bit 1 - docking battery discharging
Bit 0 -docking battery fully charge