uFCoder 2.62
|
Prerequisite API calls for facilitating use of uFR MDK (Mobile Development Kit) with Android/iOS devices (usage of mobile device internal NFC antenna) More...
Functions | |
void DL_API | GetLicenseRequestData (uint32_t months, OUT char *license_request) |
Used to generate license request necessary for obtaing valid uFCoder license separately. | |
UFR_STATUS DL_API | SetLicenseData (c_string license_str) |
Used to validate and store an offline Dlogic license for future usage. | |
Prerequisite API calls for facilitating use of uFR MDK (Mobile Development Kit) with Android/iOS devices (usage of mobile device internal NFC antenna)
Used to generate license request necessary for obtaing valid uFCoder license separately.
Parameter "license_request" will hold a JSON string value that is to be used for our online front-end service for generating an offline license. The online service is found at: https://liblic.d-logic.com/
months | Number of months requested for the license |
license_request | JSON string formed with licensing parameters |
UFR_STATUS DL_API SetLicenseData | ( | c_string | license_str | ) |
Used to validate and store an offline Dlogic license for future usage.
license_str | JSON string containing full license data |