You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vplachkov edited this page Jun 7, 2012
·
8 revisions
iviLink Profile provides connectivity functionality that is declared by Profile API. Profile inherits Profile API and implements its functionality. Every Profile and Profile API has its own UID (unique string value in system).
If you want to create Profile API do the next steps:
Create C++ class that inherits CProfile class (from CProfile.hpp)
Declare its functionality by adding pure virtual functions
Create Profile API Manifest. It's an XML-file that contains information about its version, role and UID.