There was an error while loading. Please reload this page.
Every iviLink applicatin uses iviLink Services. Every service provides functinality of one or more Profile APIs
Service creation:
Create C++ class for service that inherits CGenericService class (from /framework/libraries/ServicesLib/src/include/CGenericService.hpp) Exmaple is here: /framework/libraries/ServicesLib/src/include/CClimateService.hpp
Add service to service manager:
Register application in Application Manager:
Example of iviLink application is here: src/samples/linux/QTClient