![Elo Touch Solutions i-Series 2.0 User Manual Download Page 29](http://html1.mh-extra.com/html/elo-touch-solutions/i-series-2-0/i-series-2-0_user-manual_2395238029.webp)
UM600106 Rev. A, page 29 of 46
User Manual
–
I-series 2.0
2.2. ELOPeripheralService
ELOPeripheralService is the major module to act client request from application layer. In order to complete the Android framework system
design for service then below classes is added into system:
ELOPeripheralNative
Execution of some native-C function flows for ELOPeripheralService
ELOPeripheralManager
Provides the interface to the application layer, which is the client component relative to ELOPeripheralService
EloPeripheralEventListener
Application extends abstract class to receive the driven event from EloPeripheralManager
Uses event driven notification method to notify the application program about the status change
IELOPeripheralService.aidl
Android programming language for java layer IPC communication
Used for Client-Server (ELOPeripheralManager-ELOPeripheralService) IPC communication where sending the
application’s re
quest to server side
IELOPeripheralServiceListener.aidl
Android programming language for java layer IPC communication
Used for server to notify the event driven status change to ELOPeripheralManager then ELOPeripheralManager will notify
to application layer